wireguard-install/.github/main.workflow

9 lines
138 B
Plaintext
Raw Normal View History

2019-05-11 12:15:04 +03:00
workflow "ShellCheck" {
on = "push"
resolves = ["shellcheck"]
}
action "shellcheck" {
uses = "ludeeus/actions/shellcheck@master"
}