Skip to content

Commit 68c7d22

Browse files
committed
Merge branch 'shellcheck' into test-shellcheck
2 parents f4b7405 + 2d03c24 commit 68c7d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell-check/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ runs:
6262
FILES=($FILES $RENAME_FILES)
6363
echo "Files to be detected: ${FILES[@]}"
6464
65+
set +e
66+
6567
# Check shell syntax
6668
for FILE in "${FILES[@]}"; do
6769
# Skip directories

0 commit comments

Comments
 (0)