diff --git a/.github/workflows/lint-shell-scripts.yml b/.github/workflows/lint-shell-scripts.yml new file mode 100644 index 00000000..4dca7f24 --- /dev/null +++ b/.github/workflows/lint-shell-scripts.yml @@ -0,0 +1,14 @@ +name: Lint Shell Scripts + +on: + push: + branches: + - main + pull_request: + +jobs: + shellcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ludeeus/action-shellcheck@1.1.0