SHELLCHECK Run shellcheck on ALL sh files in the repository. Example workflow "Shellcheck" { on = "push" resolves = [ "Shellcheck", ] } action "Shellcheck" { uses = "ludeeus/actions/shellcheck@master" }