1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2025-02-06 12:58:23 +00:00
wireguard-install/.github/main.workflow
2019-05-12 17:20:40 +02:00

10 lines
166 B
HCL

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