Update ShellCheck GitHub action

This commit is contained in:
angristan 2019-05-12 17:20:40 +02:00
parent b3289c882b
commit 4806a6a200
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}