Add plan to tap output #74
Annotations
4 errors
Run pre-commit hooks
Process completed with exit code 1.
|
Convert Raw Log to annotations:
bash_unit#L576
notify_suites_failed $(cat "${TEMPFILE}")
^------------------^ SC2046 (warning): Quote this to prevent word splitting.
|
Convert Raw Log to annotations:
bash_unit#L578
notify_suites_succeded $(cat "${TEMPFILE}")
^------------------^ SC2046 (warning): Quote this to prevent word splitting.
|
Convert Raw Log to annotations:
bash_unit#L581
unlink $TEMPFILE
^-------^ SC2086 (info): Double quote to prevent globbing and word splitting.
|
Loading