name: Commit Lint on: pull_request: types: [opened, synchronize, reopened] jobs: commitlint: name: Lint Commit Messages runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v6 with: configFile: .commitlint.config.js