Update build_check.yml

This commit is contained in:
Peter Buchegger 2021-05-15 17:27:25 +02:00 committed by GitHub
parent 76ff65e0ef
commit 7baefa51bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,20 +79,20 @@ jobs:
clang-format-version: '11' clang-format-version: '11'
check-path: ${{ matrix.path }} check-path: ${{ matrix.path }}
cppcheck: # cppcheck:
name: Run Cppcheck # name: Run Cppcheck
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Run Cppcheck # - name: Run Cppcheck
uses: Bedzior/cppcheck-action # uses: Bedzior/cppcheck-action
with: # with:
enabled checks: all # enabled checks: all
enable inconclusive: true # enable inconclusive: true
generate report: true # generate report: true
- name: Upload report # - name: Upload report
uses: actions/upload-artifact@v1 # uses: actions/upload-artifact@v1
with: # with:
name: report # name: report
path: output # path: output