name: shellcheck on: push: paths-ignore: - '.github/workflows/*' pull_request: paths-ignore: - '.github/workflows/*' workflow_dispatch: paths-ignore: - '.github/workflows/*' jobs: lint: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' # run this job only for the master branch steps: - uses: actions/checkout@v3 - name: Lint check uses: azohra/shell-linter@latest with: path: "getssl"