name: "Commit Lint" on: pull_request: types: [opened, synchronize, reopened] jobs: commit-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v5