Skip to content

Commit d99fff9

Browse files
Fixing bug in clang-format workflow
1 parent 505d18c commit d99fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: sudo apt-get install -y clang-format
1818
- name: Run clang-format
1919
run: |
20-
git $(ls-files '*.*pp') | xargs clang-format -n -Werror
20+
clang-format -n -Werror $(git ls-files '*.*pp')

0 commit comments

Comments
 (0)