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 8ab3104 commit 5817ebbCopy full SHA for 5817ebb
1 file changed
.github/workflows/ci.yml
@@ -14,8 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: DoozyX/clang-format-lint-action@v0.15
16
with:
17
- source: '.'
18
- exclude: '.git'
+ source: './app ./include ./src ./test'
19
build-linux:
20
strategy:
21
matrix:
0 commit comments