Skip to content

1.1.2

Compare
Choose a tag to compare
@viktorbenei viktorbenei released this 30 Jul 12:01
· 18 commits to master since this release

If runner is bash (if the runner binary name is bash, including e.g. /bin/bash or any/path/bash), the Step will now perform a syntax check first (bash -n FILEPATH), before running the script, to ensure the script won't be interrupted in the middle because of a syntax error.