Files
addons/.github/main.workflow
2019-03-04 09:06:51 +01:00

10 lines
155 B
HCL

workflow "Checks" {
on = "push"
resolves = ["Shell-Scripts"]
}
action "Shell-Scripts" {
uses = "actions/bin/shellcheck@master"
args = "**/*.sh"
}