lets try this cppcheck

This commit is contained in:
Peter Buchegger 2021-05-15 16:49:51 +02:00
parent 8cbcefede6
commit b6f7db49f6

21
.github/workflows/cppcheck.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: cppcheck-action-test
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: 'develop' # your branch name goes here