]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: ci: Add a check for defined but never used anchors in .gitlab-ci.yaml
authorŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 17:18:17 +0000 (17:18 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 17:18:17 +0000 (17:18 +0000)
commit90175e49df7cfd18e2147e4b146c45548bc073e8
tree2d0e5c2bb9b0655ac9e1c1c5dd1a34ad6f8768d9
parent709b8687b036d7b5c3cefd33d1a62bd69b6b1147
parent5602c2565f61b269d5a3f359f65a72d0ee938415
[9.20] new: ci: Add a check for defined but never used anchors in .gitlab-ci.yaml

If an new orphan anchor is (`.anchor: &anchor` with no corresponding `*anchor` elsewhere in the file) is introduced the CI job will.

Depends on https://gitlab.isc.org/isc-projects/bind9-qa/-/merge_requests/101 (merge that first and then drop the `--branch` commit).

Backport of MR !10654

Merge branch 'backport-stepan/ci-orphaned-anchors-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10666