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 3f86baa commit 07d1079Copy full SHA for 07d1079
.github/workflows/cpp-lint-action.yml
@@ -38,7 +38,7 @@ jobs:
38
run: mkdir build && cmake -Bbuild src
39
40
- name: Run linter as action
41
- uses: cpp-linter/cpp-linter-action@main
+ uses: cpp-linter/cpp-linter-action@fix-passing-inputs
42
id: linter
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments