]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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 16:41:06 +0000 (16:41 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 16:41:06 +0000 (16:41 +0000)
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).

Merge branch 'stepan/ci-orphaned-anchors' into 'main'

See merge request isc-projects/bind9!10654


Trivial merge