wireguard-install/.github/main.workflow

10 lines
166 B
Plaintext
Raw Normal View History

2019-05-11 12:15:04 +03:00
workflow "ShellCheck" {
on = "push"
2019-05-12 18:20:06 +03:00
resolves = ["ShellCheck"]
2019-05-11 12:15:04 +03:00
}
2019-05-12 18:20:06 +03:00
action "ShellCheck" {
uses = "actions/bin/shellcheck@master"
args = "wireguard-install.sh"
2019-05-11 12:15:04 +03:00
}