mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Update build_check.yml
This commit is contained in:
parent
76ff65e0ef
commit
7baefa51bb
32
.github/workflows/build_check.yml
vendored
32
.github/workflows/build_check.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue