Skip to content

Commit 0102ad4

Browse files
committed
2nd try today
1 parent 6f3f9be commit 0102ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-24.04
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: docker://pipelinecomponents/shellcheck
52+
- uses: docker://pipelinecomponents/shellcheck:latest
5353
with:
5454
# yamllint disable-line rule:line-length
55-
args: /bin/sh "find . -not -path '*/.git/*' -name '*.sh' -type f -print0 | xargs -0 -r -n1 shellcheck"
55+
args: /bin/sh -c "find . -not -path '*/.git/*' -name '*.sh' -type f -print0 | xargs -0 -r -n1 shellcheck"

0 commit comments

Comments
 (0)