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