Check tests with shellcheck
This commit is contained in:
parent
5dc9a9829d
commit
0f4eb40a6e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -56,8 +56,10 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- name: Install shellcheck
|
- name: Install shellcheck
|
||||||
run: sudo apt-get install -y shellcheck
|
run: sudo apt-get install -y shellcheck
|
||||||
- name: shellcheck
|
- name: shellcheck backup.sh
|
||||||
run: shellcheck backup.sh
|
run: shellcheck backup.sh
|
||||||
|
- name: shellcheck test.sh
|
||||||
|
run: shellcheck test/test.sh
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
|
Loading…
Add table
Reference in a new issue