Skip to content

Commit efdda55

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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)