Update build_check.yml

pull/90/head
Peter Buchegger 2021-05-15 17:27:25 +02:00 zatwierdzone przez GitHub
rodzic 76ff65e0ef
commit 7baefa51bb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

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