We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdd400 commit ed2b6e9Copy full SHA for ed2b6e9
entrypoint.sh
@@ -27,4 +27,8 @@ shopt -s globstar
27
28
yamllint "${options[@]}" ${INPUT_FILE_OR_DIR:-.}
29
30
+exitcode=$?
31
+
32
shopt -u globstar
33
34
+exit $exitcode
0 commit comments