From e84f6a4378c8b8b8b2a52365d508cd68ea63bcc5 Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Sun, 19 Jul 2020 22:13:03 +0200 Subject: [PATCH] Shellcheck before builds --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7815e0b..6cdd783 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,11 @@ jobs: fetch-depth: 0 # for proper signature verification submodules: true # for shunit2 + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@master + with: + ignore: tests/shunit2 + - name: Build debian image run: | docker build . \ @@ -56,11 +61,6 @@ jobs: - name: Test alpine image run: tests/run $IMAGE_NAME:alpine - - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master - with: - ignore: tests/shunit2 - - name: Verify signature if: github.ref == 'refs/heads/master' uses: atmoz/git-verify-ref@master