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

9 lines
138 B
Plaintext
Raw Normal View History

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