aboutsummaryrefslogtreecommitdiff
path: root/.github/main.workflow
blob: a5a711d999949a98855941c2796b71eef087a587 (plain) (blame)
1
2
3
4
5
6
7
8
workflow "ShellCheck" {
  on = "push"
  resolves = ["shellcheck"]
}

action "shellcheck" {
  uses = "ludeeus/actions/shellcheck@master"
}