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 cff4cb9 commit e1338feCopy full SHA for e1338fe
.github/workflows/cpp-linter.yaml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: cpp-linter/cpp-linter-action@v2
16
id: linter
17
+ env:
18
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
with:
20
style: 'file' # Use .clang-format config file
21
tidy-checks: '' # Use .clang-tidy config file
0 commit comments