From 45174d6570a51f73e0d6b546da021a9094335949 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 8 Apr 2026 23:03:07 +0200 Subject: [PATCH] Add version consistency check to CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16faef3d..5699c922 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,14 @@ permissions: contents: read jobs: + version-consistency: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + + - name: Check version consistency + run: ./test/check-version-consistency.sh + tcc: runs-on: ubuntu-latest steps: