name: CI on: push: branches: [main, beta, dev] pull_request: branches: [main, beta, dev] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: shellcheck: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: ShellCheck uses: ludeeus/action-shellcheck@master with: severity: error env: SHELLCHECK_OPTS: -x