1.1.2
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.