From cf43ba2d1fbda4cf867c52951bb59ac236472c90 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 8 Sep 2023 04:16:39 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b8a5b0..3e194c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,17 @@ on: - main jobs: + shellcheck: + name: Run shellcheck + runs-on: ubuntu-latest + + steps: + - name: Checkout to branch + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + + - name: shellcheck + uses: reviewdog/action-shellcheck@v1.19 + test: name: Test setup-postgresql runs-on: ${{ matrix.platform }} @@ -20,8 +31,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: shellcheck - uses: reviewdog/action-shellcheck@v1 - name: Run docker-action uses: ./ with: