1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-11-25 22:27:34 +00:00
wireguard-install/.github/main.workflow

9 lines
138 B
Plaintext
Raw Normal View History

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