mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
ci: Add gitlint
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -59,6 +59,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Install REUSE
|
||||||
run: |
|
run: |
|
||||||
pip install reuse==4.0.3
|
pip install reuse==4.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user