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:
parent
ccd8792e24
commit
68260fe408
3 changed files with 34 additions and 2 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue