Skip to content

[GHA] remove explicit setting of xcode version and fix ByteOrder on Apple M? #67

[GHA] remove explicit setting of xcode version and fix ByteOrder on Apple M?

[GHA] remove explicit setting of xcode version and fix ByteOrder on Apple M? #67

name: Run pre-commit check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/[email protected]