We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41067cc + d99fff9 commit 07acd80Copy full SHA for 07acd80
27 files changed
.github/workflows/source-format-check.yml
@@ -17,4 +17,4 @@ jobs:
17
run: sudo apt-get install -y clang-format
18
- name: Run clang-format
19
run: |
20
- git $(ls-files '*.*pp') | xargs clang-format -n -Werror
+ clang-format -n -Werror $(git ls-files '*.*pp')
0 commit comments