.github/workflows/ci.yml:15 clones and builds mcclowes/vague, and jobs at lines 56 and 106 depend on it. The 2026-09-14 docs audit found nothing that uses the output. The job slows down every CI run.
Remove the job and the needs on it after confirming nothing reads its artifacts.
.github/workflows/ci.yml:15clones and buildsmcclowes/vague, and jobs at lines 56 and 106 depend on it. The 2026-09-14 docs audit found nothing that uses the output. The job slows down every CI run.Remove the job and the
needson it after confirming nothing reads its artifacts.