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

action "shellcheck" {
  uses = "actions/bin/shellcheck@master"
  args = "wireguard-install.sh"
}