mirror of
https://github.com/bpkg/bpkg
synced 2024-11-16 00:12:52 +00:00
chore(.github/workflows/shellcheck-per-file.yml): fix shellcheck version
This commit is contained in:
parent
9bdca13391
commit
d8dae99045
2
.github/workflows/shellcheck-per-file.yml
vendored
2
.github/workflows/shellcheck-per-file.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- lib/suggest/suggest.sh
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: pipeline-components/shellcheck@v0.7.1
|
||||
- uses: pipeline-components/shellcheck@v0.6.1
|
||||
continue-on-error: true
|
||||
with:
|
||||
directory: ${{ matrix.file }}
|
||||
|
Loading…
Reference in New Issue
Block a user