1 2 3 4 5 6 7 8
workflow "ShellCheck" { on = "push" resolves = ["shellcheck"] } action "shellcheck" { uses = "ludeeus/actions/shellcheck@master" }