mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-02-22 22:12:59 +08:00
Fix bats and shellcheck steps
This commit is contained in:
parent
4301cefbb7
commit
f4987d1c4c
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -14,11 +14,9 @@ jobs:
|
|||
args: Dockerfile
|
||||
|
||||
- name: Bats
|
||||
uses: actions/bin/bats@master
|
||||
uses: koenrh/actions/bats@master
|
||||
with:
|
||||
args: test/*.bats
|
||||
|
||||
- name: ShellCheck
|
||||
uses: actions/bin/shellcheck@master
|
||||
with:
|
||||
args: entrypoint.sh
|
||||
run: shellcheck entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue