aboutsummaryrefslogtreecommitdiff
path: root/.github/main.workflow
diff options
context:
space:
mode:
Diffstat (limited to '.github/main.workflow')
-rw-r--r--.github/main.workflow7
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"
}