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/*