From c0d0b778d1d20739faf4d4657c8cf949245db3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Thu, 28 Nov 2019 23:20:31 +0100 Subject: Move shellcheck to run after checkout --- .github/workflows/ci.yml | 5 +++-- 1 file 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 -- cgit v1.2.3