Fix .github/workflows/clang-format-check
diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml
index ab476dd..6c36be1 100644
--- a/.github/workflows/clang-format-check.yml
+++ b/.github/workflows/clang-format-check.yml
@@ -8,5 +8,5 @@
       - uses: RafikFarhad/clang-format-github-action@v2.1.0
         with:
           style: file
-          sources: "apps/**.h,apps/**.c,examples/*.c,include/**.h,src/*.c,tests/**.h,tests/**.c,tests/**.cc"
-          excludes: "apps/shared/iccjpeg.*"
+          sources: "apps/*.c,apps/**/*.h,apps/**/*.c,examples/*.c,include/avif/*.h,src/*.c,tests/*.c,tests/**/*.h,tests/**/*.cc"
+          excludes: "apps/shared/iccjpeg.h,apps/shared/iccjpeg.c"