Skip to content

Ignore all lines that start with 'Co-authored-by' #86

Ignore all lines that start with 'Co-authored-by'

Ignore all lines that start with 'Co-authored-by' #86

Workflow file for this run

---
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