From 189271b4c26514a26a07ff2eddc755c6e64318ef Mon Sep 17 00:00:00 2001 From: angristan Date: Fri, 16 Aug 2019 17:55:40 +0200 Subject: convert main.workflow to Actions V2 yml file --- .github/main.workflow | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/main.workflow (limited to '.github/main.workflow') 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" -} -- cgit v1.2.3