From 0e22e4e66aa366f460bf1021f233177b8bf6512a Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 30 Apr 2022 14:40:12 +0200 Subject: [PATCH] Add shellcheck workflows --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..032a127 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: Shellcheck + +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Run shellcheck. + run: | + shopt -s nullglob + shellcheck bashpass + shellcheck scripts/*