1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-11-29 00:06:31 +00:00
wireguard-install/.github/main.workflow
2019-05-24 00:26:35 +02:00

10 lines
183 B
HCL

workflow "ShellCheck" {
on = "push"
resolves = ["shellcheck"]
}
action "shellcheck" {
uses = "actions/bin/shellcheck@master"
args = "wireguard-install.sh -e SC1091 SC2034"
}