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