Skip to content

Commit 5817ebb

Browse files
committed
adjust source instead of adding exclude for clang-format
1 parent 8ab3104 commit 5817ebb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: DoozyX/clang-format-lint-action@v0.15
1616
with:
17-
source: '.'
18-
exclude: '.git'
17+
source: './app ./include ./src ./test'
1918
build-linux:
2019
strategy:
2120
matrix:

0 commit comments

Comments
 (0)