We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456bd5b commit 798799dCopy full SHA for 798799d
.github/workflows/file_checks.yml
@@ -15,4 +15,4 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: C format check
18
- run: find functions/ -iname '*.h' -o -iname '*.c' | clang-format --dry-run -Werror --files=/dev/stdin --style=LLVM
+ run: find c_functions/ -iname '*.h' -o -iname '*.c' | clang-format --dry-run -Werror --files=/dev/stdin --style=LLVM
0 commit comments