We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0930f8 commit b0eaeafCopy full SHA for b0eaeaf
.github/workflows/cpp-lint-action.yml
@@ -44,7 +44,7 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
with:
46
style: ''
47
- tidy-checks: ''
+ tidy-checks: '-*'
48
files-changed-only: false
49
# to ignore all build folder contents
50
ignore: >-
0 commit comments