0
0
Fork 0
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:
Adrian Dvergsdal 2020-07-19 22:13:03 +02:00
parent 56f2365606
commit e84f6a4378
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -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