Skip to content

Commit ec843e3

Browse files
committed
Switch Gnitpick to Gitlint
This is our preferred tool for linting git commits. Impact: patch Closes: SGE-2493
1 parent bff6ca1 commit ec843e3

2 files changed

Lines changed: 16 additions & 28 deletions

File tree

.github/workflows/gitlint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "Nitpick git commits"
3+
4+
on: [push]
5+
6+
jobs:
7+
nitpick:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Setup repository
11+
uses: actions/checkout@v6
12+
with:
13+
ref: ${{ github.head_ref }}
14+
15+
- name: Execute git linting
16+
uses: seravo/gitlint@v1

.github/workflows/gnitpick.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)