0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2023-09-08 04:16:39 -06:00 committed by GitHub
parent 8f269f2f78
commit cf43ba2d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: