mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
10 lines
166 B
HCL
10 lines
166 B
HCL
workflow "ShellCheck" {
|
|
on = "push"
|
|
resolves = ["shellcheck"]
|
|
}
|
|
|
|
action "shellcheck" {
|
|
uses = "actions/bin/shellcheck@master"
|
|
args = "wireguard-install.sh"
|
|
}
|