mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-22 04:35:09 +00:00
Update ShellCheck GitHub action
This commit is contained in:
parent
b3289c882b
commit
4806a6a200
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@ -1,9 +1,9 @@
|
|||||||
workflow "ShellCheck" {
|
workflow "ShellCheck" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["ShellCheck"]
|
resolves = ["shellcheck"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "ShellCheck" {
|
action "shellcheck" {
|
||||||
uses = "actions/bin/shellcheck@master"
|
uses = "actions/bin/shellcheck@master"
|
||||||
args = "wireguard-install.sh"
|
args = "wireguard-install.sh"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user