1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2025-01-28 16:48:24 +00:00
wireguard-install/.github/main.workflow

10 lines
166 B
Plaintext
Raw Normal View History

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