Skip to content

Commit 5d3af43

Browse files
Use linter version v2.10.0 due to bug in current linter release: cpp-linter/cpp-linter-action#214
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent b786b6f commit 5d3af43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: cmake --build . -j4
4646

4747
- name: Lint CPP
48-
uses: cpp-linter/cpp-linter-action@v2
48+
uses: cpp-linter/cpp-linter-action@v2.10.0
4949
id: linter
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)