0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2025-06-11 13:12:32 +00:00

Updated the script

This commit is contained in:
Tonye Jack 2023-09-08 01:26:39 +00:00
parent ccd8792e24
commit 68260fe408
3 changed files with 34 additions and 2 deletions

View file

@ -9,6 +9,15 @@ on:
- main
jobs:
shellcheck:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.19
test:
runs-on: ubuntu-latest
name: Test postgres-restore