Skip to content

Commit

Permalink
Fix format CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Aug 6, 2024
1 parent e910cda commit db1c9bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- name: Check formatting
run: nix develop --command clang-format --dry-run -Werror src/**/*.c src/**/*.h
run: |
shopt -s globstar
nix develop --command clang-format --dry-run -Werror src/**/*.c src/**/*.h

0 comments on commit db1c9bc

Please sign in to comment.