From ed781b990e10a4ece48ab5b8307276b5f7bce0d3 Mon Sep 17 00:00:00 2001 From: atlas Date: Tue, 15 Sep 2026 23:22:31 +0200 Subject: [PATCH] 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 --- .forgejo/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ee038c41..769a8020 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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