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 65f16e7 commit 09b00b4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,5 @@ jobs:
if [[ ! $size -eq 0 ]]; then
echo "ERROR in format"
echo "\nRun clang-format -i src/*.[ch] in order to fix"
exit 1
else
echo "NO ERRORS"
fi
- name: Upload clang-format diff artifact
if: failure()
uses: actions/upload-artifact@v3
with:
name: clang-format-diff
path: clang-format-diff.txt

0 comments on commit 09b00b4

Please sign in to comment.