mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-22 04:35:09 +00:00
9 lines
138 B
HCL
9 lines
138 B
HCL
workflow "ShellCheck" {
|
|
on = "push"
|
|
resolves = ["shellcheck"]
|
|
}
|
|
|
|
action "shellcheck" {
|
|
uses = "ludeeus/actions/shellcheck@master"
|
|
}
|