Skip to content

Commit 6e6884f

Browse files
committed
CI: Re-add version consistency check to pipeline
1 parent d5082e3 commit 6e6884f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@ jobs:
9393
- name: Build docs
9494
run: |
9595
cd docs && uv run make html
96+
97+
check-version:
98+
name: Check versioning for consistency
99+
runs-on: "ubuntu-latest"
100+
steps:
101+
- uses: greenbone/actions/check-version@v3

0 commit comments

Comments
 (0)