mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Shellcheck before builds
This commit is contained in:
parent
56f2365606
commit
e84f6a4378
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -27,6 +27,11 @@ jobs:
|
||||||
fetch-depth: 0 # for proper signature verification
|
fetch-depth: 0 # for proper signature verification
|
||||||
submodules: true # for shunit2
|
submodules: true # for shunit2
|
||||||
|
|
||||||
|
- name: Run ShellCheck
|
||||||
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
with:
|
||||||
|
ignore: tests/shunit2
|
||||||
|
|
||||||
- name: Build debian image
|
- name: Build debian image
|
||||||
run: |
|
run: |
|
||||||
docker build . \
|
docker build . \
|
||||||
|
@ -56,11 +61,6 @@ jobs:
|
||||||
- name: Test alpine image
|
- name: Test alpine image
|
||||||
run: tests/run $IMAGE_NAME:alpine
|
run: tests/run $IMAGE_NAME:alpine
|
||||||
|
|
||||||
- name: Run ShellCheck
|
|
||||||
uses: ludeeus/action-shellcheck@master
|
|
||||||
with:
|
|
||||||
ignore: tests/shunit2
|
|
||||||
|
|
||||||
- name: Verify signature
|
- name: Verify signature
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: atmoz/git-verify-ref@master
|
uses: atmoz/git-verify-ref@master
|
||||||
|
|
Loading…
Reference in a new issue