Centralize CI on SciML reusable workflows#535
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert inline CI to the centralized reusable workflows (pinned @v1, secrets: "inherit"): - FormatCheck.yml (Runic): inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade.yml: inline -> downgrade.yml@v1 (julia-version 1.10, skip Pkg,TOML, allow-reresolve true) Tests.yml already used tests.yml@v1 (left as-is). QA.yml (JET) and TagBot.yml left unchanged. Cleanup: - dependabot.yml: drop crate-ci/typos ignore; julia ecosystem now covers the dirs that actually have a Project.toml (/, /gen, /test/jet) - Fix two prose typos (wrapers->wrappers, componnent->component); exempt generated-binding identifiers wrk and BCK in .typos.toml Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Please ignore until reviewed by @ChrisRackauckas.
Converts the remaining inline CI checks to the centralized SciML reusable workflows (all pinned
@v1, every caller getssecrets: "inherit"). Preserves each workflow file'sname:/on:/concurrency:and the existing behavior.Converted (inline -> central caller)
FormatCheck.yml):fredrikekre/runic-action->runic.yml@v1. Runic ran clean on the full tree (including the generatedlib/*.jl), so noexclude:was needed and no formatting changes were required.SpellCheck.yml):crate-ci/typos@v1.18.0->spellcheck.yml@v1.Downgrade.yml): inline downgrade job ->downgrade.yml@v1withjulia-version: "1.10",skip: "Pkg,TOML",allow-reresolve: true(matches the previous1.10/alldeps/Pkg,TOML/allow_reresolve: truesetup).Left as-is
Tests.yml): already atests.yml@v1caller withsecrets: inheritand the full version x os x arch matrix. Untouched.QA.yml): JET tests, not one of the centralized checks. Untouched.TagBot.yml): untouched per policy.docs/). No Downstream/Benchmark/CompatHelper present, so none added/removed there.Typos
typos -w:wrapers->wrappers(gen/generate.jlcomment),componnent->component(test/cvodes_dns.jldocstring)..typos.toml(domain false-positives, not prose edits):wrk(work-array arg inlib/libsundials_api.jl) andBCK(Sundials C constant suffix, e.g.CV_NO_BCK/IDA_NO_BCKinlib/libsundials_common.jl).typos .now exits 0.dependabot.yml
crate-ci/typosignore (now managed centrally).github-actionsblock (directory: "/", weekly).all-julia-packages: ["*"]) now lists the dirs that actually contain aProject.toml:/,/gen,/test/jet(previously/and a nonexistent/test).Heads-up
The check names change with the central callers (the reusable workflows define their own job names). Branch-protection required-status-check names will need updating to match.
🤖 Generated with Claude Code