]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitf7601106bd90cb1369a0f164c594f99e2b87a4da
treec34fc3527a3c416df41e3ef391d3c22c76bee58a
parent8a26cb406cf5c5e5d582f229690b4dc7b7c24463
parent919f5d6419edfd99a184a8eb72ca50dc4812eb7d
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).

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

See merge request isc-projects/bind9!10654