Skip to content

Commit 6f3f9be

Browse files
committed
attempt to fix shell.yml
1 parent bbfedc4 commit 6f3f9be

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/shell.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,5 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: docker://pipelinecomponents/shellcheck
5353
with:
54-
args: >-
55-
find .
56-
-not -path '*/.git/*'
57-
-name '*.sh'
58-
-type f
59-
-print0
60-
| xargs -0 -r -n1 shellcheck
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"

0 commit comments

Comments
 (0)