Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpt-harlock authored Jan 2, 2025
1 parent 965af53 commit 4e807c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
touch clang-format-diff.txt
for file in $(ls src/*.[ch]); do
diff=$(clang-format -style=file "$file" | diff "$file" -)
echo $file
diff=$(clang-format -style=file "$file" | diff "$file" -)
echo "DIFF $diff"
if [ ! -z "$diff" ]; then
echo "Style issues in $file"
Expand Down

0 comments on commit 4e807c1

Please sign in to comment.