Skip to content

Commit 2d03c24

Browse files
committed
skip error
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent 2d0d448 commit 2d03c24

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)