aboutsummaryrefslogtreecommitdiff
path: root/.github/main.workflow
blob: ad0a386822cd79aa9855f50111bcb4553786ebf8 (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"
}