We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f8ca6 commit bd53113Copy full SHA for bd53113
scripts/before-pr.sh
@@ -31,10 +31,10 @@ sourceOnce "$scriptsDir/run-shellcheck.sh"
31
function beforePr() {
32
# using && because this function is used on the left side of an || in releaseFiles
33
# this way we still have fail fast behaviour and don't mask/hide a non-zero exit code
34
- runShellspecIfInstalled --jobs 2 &&
+ cleanupOnPushToMain &&
35
+ runShellspecIfInstalled --jobs 2 &&
36
checkInBugTemplate &&
- customRunShellcheck &&
37
- cleanupOnPushToMain
+ customRunShellcheck
38
}
39
40
${__SOURCED__:+return}
0 commit comments