Skip to content

Commit

Permalink
ci(shellcheck): fix exit code propagation (#257)
Browse files Browse the repository at this point in the history
Return properly the exit code status of shellcheck command when looping
through shell script files.
  • Loading branch information
tiborsimko committed Jan 25, 2024
1 parent 8b4caf0 commit 8831d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Expand Up @@ -28,7 +28,7 @@ check_commitlint () {
}

check_shellcheck () {
find . -name "*.sh" -exec shellcheck {} \;
find . -name "*.sh" -exec shellcheck {} \+
}

check_pydocstyle () {
Expand Down

0 comments on commit 8831d9e

Please sign in to comment.