We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3f9be commit 0102ad4Copy full SHA for 0102ad4
.github/workflows/shell.yml
@@ -49,7 +49,7 @@ jobs:
49
runs-on: ubuntu-24.04
50
steps:
51
- uses: actions/checkout@v4
52
- - uses: docker://pipelinecomponents/shellcheck
+ - uses: docker://pipelinecomponents/shellcheck:latest
53
with:
54
# yamllint disable-line rule:line-length
55
- args: /bin/sh "find . -not -path '*/.git/*' -name '*.sh' -type f -print0 | xargs -0 -r -n1 shellcheck"
+ args: /bin/sh -c "find . -not -path '*/.git/*' -name '*.sh' -type f -print0 | xargs -0 -r -n1 shellcheck"
0 commit comments