diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-11-28 23:20:31 +0100 |
|---|---|---|
| committer | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-11-28 23:20:31 +0100 |
| commit | c0d0b778d1d20739faf4d4657c8cf949245db3fc (patch) | |
| tree | 63344dc76b9ebba93054fa453114946c487cc4e3 | |
| parent | 90db7cc7c3e10d4e6bbd2c1b9887e345b993ec80 (diff) | |
| download | sway-launcher-desktop-c0d0b778d1d20739faf4d4657c8cf949245db3fc.tar.gz sway-launcher-desktop-c0d0b778d1d20739faf4d4657c8cf949245db3fc.zip | |
Move shellcheck to run after checkout
| -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 |
