diff options
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 278906f..421cfb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ jobs: name: build runs-on: ubuntu-latest steps: - - name: shellcheck - uses: ludeeus/action-shellcheck@0.1.0 - name: Setup BATS uses: mig4/setup-bats@master with: @@ -15,5 +13,8 @@ jobs: - name: Check out code uses: actions/checkout@v1 + - name: shellcheck + uses: ludeeus/action-shellcheck@0.1.0 + - name: Test run: cd tests && bats *.bats
\ No newline at end of file |
