Restyle
This commit is contained in:
parent
2ebeed3a7a
commit
64d4dbc109
|
@ -21,18 +21,15 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
jobs:
|
||||
|
||||
StaticAnalysis:
|
||||
static-analysis:
|
||||
name: Static analysis
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install
|
||||
run: |
|
||||
:
|
||||
echo ::group::apt update
|
||||
sudo apt update 2>&1
|
||||
echo ::endgroup::
|
||||
sudo apt update
|
||||
sudo apt install cppcheck
|
||||
|
||||
- name: Clone
|
||||
|
|
Loading…
Reference in New Issue