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 bbfedc4 commit 6f3f9beCopy full SHA for 6f3f9be
.github/workflows/shell.yml
@@ -51,10 +51,5 @@ jobs:
51
- uses: actions/checkout@v4
52
- uses: docker://pipelinecomponents/shellcheck
53
with:
54
- args: >-
55
- find .
56
- -not -path '*/.git/*'
57
- -name '*.sh'
58
- -type f
59
- -print0
60
- | xargs -0 -r -n1 shellcheck
+ # yamllint disable-line rule:line-length
+ args: /bin/sh "find . -not -path '*/.git/*' -name '*.sh' -type f -print0 | xargs -0 -r -n1 shellcheck"
0 commit comments