Skip to content

Commit

Permalink
Forgot to check out the repo!
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 11, 2024
1 parent d1c2715 commit 1975053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
run: |
sudo apt update
sudo apt -q install clang-format
- uses: actions/checkout@v4
- name: Check formatting
run: |
clang-format -i src/*.[ch]
clang-format -i */*.[ch]
if git diff | grep ""; then
echo
echo "*** Formatting errors detected by clang-format."
Expand Down

0 comments on commit 1975053

Please sign in to comment.