mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2025-12-22 14:58:32 +00:00
Update shellcheck.yml
This commit is contained in:
4
.github/workflows/shellcheck.yml
vendored
4
.github/workflows/shellcheck.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: shellcheck
|
name: shellcheck
|
||||||
|
|
||||||
on: pull_request
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -8,4 +8,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run shellcheck
|
- name: Run shellcheck
|
||||||
run: ci/run_shellcheck.sh
|
run: ci/run_shellcheck.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user