]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] 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:38:51 +0000 (17:38 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 17:38:51 +0000 (17:38 +0000)
commit115c1bf3a68f3e8af83acf6bf8a2617b3196a75c
treed10adca367f55a16640af1cdf3cdd70e3e420b05
parente16552cbdd4b151a067751dc6fda6c72761f43ac
parent489984767fe2e14295ec9d53fe670b2337782967
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!10667