Add shellcheck check
This commit is contained in:
parent
80abd684ba
commit
0340f64b23
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Install kcov
|
- name: Install kcov and shellcheck
|
||||||
run: sudo apt-get install -y kcov
|
run: sudo apt-get install -y kcov shellcheck
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: test/test.sh
|
run: test/test.sh
|
||||||
|
@ -37,4 +37,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: ./coverage/test.sh/cov.xml
|
file: ./coverage/test.sh/cov.xml
|
||||||
|
|
||||||
|
- name: shellcheck
|
||||||
|
run: shellcheck backup.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue