From 64d4dbc109ddaf48ffb8e008b5d7c1469e5b20f6 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 5 Jul 2022 23:51:30 +0300 Subject: [PATCH] Restyle --- .github/workflows/Build.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f018428..3a1b572 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -21,25 +21,22 @@ defaults: shell: bash jobs: + static-analysis: + name: Static analysis - StaticAnalysis: - name: Static analysis runs-on: ubuntu-latest - steps: + steps: - name: Install - run: | - : - echo ::group::apt update - sudo apt update 2>&1 - echo ::endgroup:: + run: | + sudo apt update sudo apt install cppcheck - name: Clone uses: actions/checkout@v3 - name: cppcheck - run: cppcheck --std=c++17 src/ + run: cppcheck --std=c++17 src/ linux: name: Linux (${{ matrix.arch }})