ci: link-check, benchmark and sync-metadata workflows#23
Merged
Conversation
- links.yml: weekly + on-demand lychee external-link check (standalone, never gates PRs or release.yml so external outages can't block publish). - bench.yml: nightly + on-demand Criterion run over proof-bench, uploads benchmark.txt (no push/PR gate — build/test/lint stay in ci.yml). - sync-metadata.yml: repo-metadata.toml drift audit (--check, read-only) on push-to-main + PR.
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||
| with: | ||
| persist-credentials: false | ||
| - uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the three scheduled/on-demand workflows that round out the proof CI matrix, mirroring the sibling repos (screener/xray/radar):
links.yml— weekly (Mon 06:00 UTC) +workflow_dispatchlychee external-link check over*.mdandbindings/*/README.md. Standalone:ci.ymldoes not run lychee andrelease.ymlis not gated on it, so a transient external outage can never block an irreversible publish.bench.yml— nightly (03:00 UTC) +workflow_dispatchCriterion run overproof-bench, uploadsbenchmark.txt. No push/PR gate; build/test/lint stay inci.yml.sync-metadata.yml—repo-metadata.tomldrift audit (sync-metadata.py --check, read-onlycontents: read) on push-to-main + PR.All actions SHA-pinned to the versions already used in
ci.yml.sync-metadata --checkpasses locally (clean).