Centralize CI on SciML reusable workflows#222
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert inline CI checks to the SciML centralized reusable workflows (pinned @v1, secrets: "inherit" on every caller): - FormatCheck: fredrikekre/runic-action -> runic.yml@v1 - SpellCheck: crate-ci/typos -> spellcheck.yml@v1 - Downgrade: inline -> downgrade.yml@v1 (preserves group=Core, julia-version=1.10, skip=Pkg,TOML, allow-reresolve=false, if: false) - Downstream: inline -> matrix of downstream.yml@v1 callers (preserves 5 OrdinaryDiffEq groups x 3 OS) Tests.yml and Documentation.yml were already central callers; left as-is. GPU.yml left inline (no centralized GPU caller). Remove the crate-ci/typos dependabot ignore so the action stays current. Add Cmo/Cmp algorithm variable names to .typos.toml (false positives). 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 SciML centralized reusable workflows. Every caller is pinned to
@v1and passessecrets: "inherit".Converted (inline -> central caller)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1, preservinggroup: Core,julia-version: 1.10,skip: Pkg,TOML,allow-reresolve: false, and theif: falsegate (still disabled pending Re-enable downgrade tests #208)downstream.yml@v1callers, preserving the 5 OrdinaryDiffEq.jl groups (InterfaceI..V) x 3 OS (ubuntu/macos/windows)Left unchanged
secrets: "inherit".Other
crate-ci/typosignore fromdependabot.ymlso the action tracks updates again. Julia + github-actions dependabot blocks preserved.Cmo/Cmp(matrix-exponential cost/order variables inext/ExponentialUtilitiesStaticArraysExt.jl) to.typos.tomlto silence false positives. No prose or identifiers were mass-edited.Verification (run locally)
--check .-> exit 0 (already clean; no formatting changes)..-> exit 0.Typos fixed
0 (the only findings were the
Cmo/Cmpidentifiers, handled via.typos.toml).Warning
Check names change (e.g. the Runic job is now "Runic Format Check", spell check is "Spell Check with Typos", downgrade/downstream job names change). Branch-protection required-status-check names will need updating after merge.
🤖 Generated with Claude Code