ci: Add gitlint

This commit is contained in:
Lars Toenning
2024-12-03 19:50:49 +01:00
parent 0752de8f09
commit 69d5622a43
2 changed files with 17 additions and 0 deletions

View File

@@ -59,6 +59,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Install gitlint
run: |
pip install gitlint==0.19.1
- name: Run gitlint
run: gitlint --commits d789f61044e63e1a00d8e9f1d4d49c8d9ffc42a9..HEAD
- name: Install REUSE
run: |
pip install reuse==4.0.3