Skip to content

Commit

Permalink
Fixing bug in clang-format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Jun 23, 2024
1 parent 505d18c commit d99fff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: sudo apt-get install -y clang-format
- name: Run clang-format
run: |
git $(ls-files '*.*pp') | xargs clang-format -n -Werror
clang-format -n -Werror $(git ls-files '*.*pp')

0 comments on commit d99fff9

Please sign in to comment.