Ignore all lines that start with 'Co-authored-by' #86
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: "Nitpick git commits" | |
| on: [push, pull_request] | |
| jobs: | |
| nitpick: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Setup repository | |
| uses: actions/checkout@v6 | |
| with: | |
| ref: ${{ github.head_ref }} | |
| - name: Execute git linting | |
| uses: seravo/gitlint@v1 |