Skip to content

Commit

Permalink
chore(workflows): introduce gitlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 20, 2023
1 parent d560fe8 commit 0fab771
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT

name: Run commit message linter
on:
pull_request:

jobs:
gitlint:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/gitlint.yml@v0.3.1
with:
ignore: "B6,B5"

0 comments on commit 0fab771

Please sign in to comment.