ops: run attribution-trailer self-test in CI

Self-test ran only when invoked by hand; wire it into the same job
as the range scan so a broken checker fails the build. Self-test
runs first so a broken checker doesn't get masked by the range scan.

Refs #4432
This commit is contained in:
atlas 2026-09-15 23:22:31 +02:00 committed by mara
commit ed781b990e

View file

@ -53,6 +53,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: self-test
run: sh scripts/check-attribution-trailers.sh --self-test
- name: lint
run: sh scripts/check-attribution-trailers.sh