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 4e1f129 commit 55c667dCopy full SHA for 55c667d
.github/workflows/cppcheck.yaml
@@ -1,20 +1,10 @@
1
-name: cppcheck-action-test
2
-on: [push]
+name: CPPCheck
3
+on: [push]
4
jobs:
5
- build:
6
- name: cppcheck-test
+ linting:
+ name: cppcheck
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
10
-
11
- - name: cppcheck
12
- uses: deep5050/cppcheck-action@main
13
- with:
14
- github_token: ${{ secrets.GITHUB_TOKEN }}
15
16
- - name: publish report
17
- uses: mikeal/publish-to-github-action@master
18
- env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
- BRANCH_NAME: 'master'
+ - name: c-linter
+ uses: tonybaloney/cppcheck-action@master
0 commit comments