diff --git a/.github/wrokflows/push.yml b/.github/wrokflows/push.yml new file mode 100644 index 0000000..ebf6ae3 --- /dev/null +++ b/.github/wrokflows/push.yml @@ -0,0 +1,11 @@ +on: push +name: ShellCheck +jobs: + shellcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: shellcheck + uses: actions/bin/shellcheck@master + with: + args: wireguard-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009