Skip to content

Commit

Permalink
ci(workflows): add gitlint.yml
Browse files Browse the repository at this point in the history
Add workflow for linting Git commit messages.
  • Loading branch information
koeaw committed Nov 5, 2024
1 parent 49d2900 commit 99fabaf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2024 K Kollmann
# SPDX-License-Identifier: MIT

name: Lint Git commit messages

on:
pull_request:

jobs:
gitlint:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
basebranch: ${{ github.event.repository.default_branch }}

0 comments on commit 99fabaf

Please sign in to comment.