Skip to content

Commit 55c667d

Browse files
cppcheck, 2nd attempt
1 parent 4e1f129 commit 55c667d

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.github/workflows/cppcheck.yaml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
name: cppcheck-action-test
2-
on: [push]
1+
name: CPPCheck
32

3+
on: [push]
44
jobs:
5-
build:
6-
name: cppcheck-test
5+
linting:
6+
name: cppcheck
77
runs-on: ubuntu-latest
88
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'
9+
- name: c-linter
10+
uses: tonybaloney/cppcheck-action@master

0 commit comments

Comments
 (0)