This commit is contained in:
Alexander Batalov 2022-07-05 23:51:30 +03:00
parent 2ebeed3a7a
commit 64d4dbc109
1 changed files with 6 additions and 9 deletions

View File

@ -21,18 +21,15 @@ defaults:
shell: bash shell: bash
jobs: jobs:
static-analysis:
StaticAnalysis:
name: Static analysis name: Static analysis
runs-on: ubuntu-latest
steps:
runs-on: ubuntu-latest
steps:
- name: Install - name: Install
run: | run: |
: sudo apt update
echo ::group::apt update
sudo apt update 2>&1
echo ::endgroup::
sudo apt install cppcheck sudo apt install cppcheck
- name: Clone - name: Clone