diff --git a/.github/workflows/gitlint.yml b/.github/workflows/gitlint.yml new file mode 100644 index 000000000..fa046fd86 --- /dev/null +++ b/.github/workflows/gitlint.yml @@ -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"