diff options
Diffstat (limited to '.github/main.workflow')
-rw-r--r-- | .github/main.workflow | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index a46a26d..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -workflow "ShellCheck" { - on = "push" - resolves = ["shellcheck"] -} - -action "shellcheck" { - uses = "actions/bin/shellcheck@master" - args = "wireguard-install.sh -e SC1091 -e SC2034" -} |