We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7fdff commit ddec80dCopy full SHA for ddec80d
1 file changed
.github/workflows/clang-format.yml
@@ -0,0 +1,11 @@
1
+name: clang-format
2
+on:
3
+ push:
4
+ pull_request:
5
+jobs:
6
+ check:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - name: clang-format
11
+ run: clang-format --dry-run --Werror *.c
0 commit comments