From 93ed79579baa1704dfea6f1d1900a92fcc3ad874 Mon Sep 17 00:00:00 2001 From: Ville Korhonen Date: Thu, 18 Dec 2025 12:50:53 +0200 Subject: [PATCH] Lint repository with local rules As we often might want to ensure that our linting rules are proper, we should always execute local workflow against local rules. Other repos should prefer to use the default path. Impact: minor Related: ICA-38 --- .github/workflows/gitlint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gitlint.yml b/.github/workflows/gitlint.yml index 206972d..98685e6 100644 --- a/.github/workflows/gitlint.yml +++ b/.github/workflows/gitlint.yml @@ -14,3 +14,5 @@ jobs: - name: Execute git linting uses: seravo/gitlint@v1 + with: + config_file: .gitlint