We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734416c commit b0d00e1Copy full SHA for b0d00e1
1 file changed
.github/workflows/cpp-lint-action.yml
@@ -32,7 +32,7 @@ jobs:
32
run: mkdir build && cmake -Bbuild src
33
34
- name: Run linter as action
35
- uses: cpp-linter/cpp-linter-action@latest
+ uses: cpp-linter/cpp-linter-action@v2.16.0
36
id: linter
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments