sometimes is difficult to figure out what's going on in github actions. Maybe we should set a TRAP function that will display a nice error message instead:
#!/bin/sh
reset="\e[0m"
fail="\e[1;33;41m"
expand="\e[K"
echo "${fail} FAILED GO IMPORTS ${expand}${reset}"
sometimes is difficult to figure out what's going on in github actions. Maybe we should set a TRAP function that will display a nice error message instead: