Skip to content

Commit 6da3c09

Browse files
committed
change tidy-checks from file to ''
Rely on a .clang-tidy config file by specifying `tidy-checks` option as a blank string (''), see [0] for details. [0] https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#tidy-checks Signed-off-by: Junwang Zhao <[email protected]>
1 parent ed9f113 commit 6da3c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
style: file
46-
tidy-checks: file
46+
tidy-checks: ''
4747
files-changed-only: true
4848
lines-changed-only: true
4949
thread-comments: true

0 commit comments

Comments
 (0)