mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-21 20:25:14 +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" {
|
||||
on = "push"
|
||||
resolves = ["ShellCheck"]
|
||||
resolves = ["shellcheck"]
|
||||
}
|
||||
|
||||
action "ShellCheck" {
|
||||
action "shellcheck" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "wireguard-install.sh"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user