diff --git a/.github/workflows/shell-linter.yml b/.github/workflows/shell-linter.yml new file mode 100644 index 0000000..fb27dcf --- /dev/null +++ b/.github/workflows/shell-linter.yml @@ -0,0 +1,12 @@ +name: Shell Linter + +on: [push, pull_request] + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v1 + - name: Run ShellCheck + uses: azohra/shell-linter@latest