From 7baefa51bb36aff3ff63252a26552c28c30dd00f Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 15 May 2021 17:27:25 +0200 Subject: [PATCH] Update build_check.yml --- .github/workflows/build_check.yml | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index b1f3609..5bd16a3 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -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