Skip to content

Commit

Permalink
Haha
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 28, 2023
1 parent f2b55c6 commit cbf2173
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
- run: mypy clp_ffi_py tests

- run: |
clang-format --dry-run --Werror \
src/clp_ffi_py/*.* \
src/clp_ffi_py/*/*.* \
src/clp_ffi_py/*/*/*.* \
find src/clp_ffi_py/ -type f | xargs clang-format --dry-run --Werror
build_wheels:
needs: [linters]
Expand Down

0 comments on commit cbf2173

Please sign in to comment.