diff options
author | angristan <angristan@pm.me> | 2019-05-12 17:20:06 +0200 |
---|---|---|
committer | angristan <angristan@pm.me> | 2019-05-12 17:20:06 +0200 |
commit | b3289c882beed8e90c473e640b5f36965f8b3e5b (patch) | |
tree | f2e8f5ad5992befe48f48e577bd9e57f893a878a /.github/main.workflow | |
parent | df5609db5658070a3aae3321c25637faa65556e2 (diff) |
Update ShellCheck GitHub action
Diffstat (limited to '.github/main.workflow')
-rw-r--r-- | .github/main.workflow | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/main.workflow b/.github/main.workflow index a5a711d..ad0a386 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1,9 @@ workflow "ShellCheck" { on = "push" - resolves = ["shellcheck"] + resolves = ["ShellCheck"] } -action "shellcheck" { - uses = "ludeeus/actions/shellcheck@master" +action "ShellCheck" { + uses = "actions/bin/shellcheck@master" + args = "wireguard-install.sh" } |