2
0
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:
jwerle 2022-03-21 16:01:53 -04:00 committed by Joseph Werle
parent 9bdca13391
commit d8dae99045

View File

@ -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 }}