Skip to content

Commit 02a7af3

Browse files
committed
[PROJECT] fix cpp-linter not ignoring dependecies
1 parent 0036aaf commit 02a7af3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cpp-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30+
version: 21 # default is 18
31+
3032
style: 'file' # Use .clang-format config file.
3133
tidy-checks: '-*' # disable clang-tidy checks.
3234

0 commit comments

Comments
 (0)