From 1975053f3b22e093a8d6744ca62c30ec9db15b6b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 11 Dec 2024 15:00:49 -0500 Subject: [PATCH] Forgot to check out the repo! --- .github/workflows/make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7b95f23..950ab67 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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."