--- name: commitlint # yamllint disable-line rule:truthy on: pull_request: branches: - '*' permissions: contents: read jobs: commitlint: name: commitlint if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: ref: ${{ github.event.pull_request.head.sha }} - name: commitlint # yamllint disable-line rule:line-length run: make containerized-test TARGET=commitlint GIT_SINCE="origin/${GITHUB_BASE_REF}"