We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b786b6f commit 5d3af43Copy full SHA for 5d3af43
.github/workflows/cpp-linter.yml
@@ -45,7 +45,7 @@ jobs:
45
run: cmake --build . -j4
46
47
- name: Lint CPP
48
- uses: cpp-linter/cpp-linter-action@v2
+ uses: cpp-linter/cpp-linter-action@v2.10.0
49
id: linter
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments