From c843be53867c1923d3c5d280c0fbcfe16299dc1f Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sat, 26 Jul 2025 23:56:56 +0200 Subject: [PATCH] feat: add commit linter * uses https://github.com/conventional-changelog/commitlint to lint commit messages --- .github/workflows/tests-python.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index 2e0ef14..87d17ce 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (C) 2024 CERN. +# Copyright (C) 2025 Graz University of Technology. name: Python CI @@ -44,6 +45,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: commitlint + uses: wagoid/commitlint-github-action@v6 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: