Centralize CI on SciML reusable workflows - #455
Merged
Conversation
Convert remaining inline CI workflows to the centralized SciML/.github reusable workflows (@v1), with secrets: "inherit" on every caller. - 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 (preserves if: false, julia 1.10, skip Pkg,TOML) - Downstream.yml (IntegrationTest): inline -> matrix of downstream.yml@v1 (ModelingToolkit.jl) - Delete CompatHelper.yml - dependabot.yml: drop crate-ci/typos ignore; add julia ecosystem block over / and /docs - Fix typo: resusable -> reusable in docs Tests.yml and Documentation.yml were already central callers; left as-is. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ChrisRackauckas
marked this pull request as ready for review
June 3, 2026 18:12
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 workflows to the centralized
SciML/.githubreusable workflows pinned at@v1, withsecrets: "inherit"on every caller. End-state matches the Sundials.jl convention (Tests, Documentation, Runic, SpellCheck, Downgrade, Downstream — all via central callers).Converted (inline -> central)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1(preservesif: false,julia-version: "1.10",skip: "Pkg,TOML")downstream.yml@v1(packageSciML/ModelingToolkit.jl, groupAll)Already central (left as-is)
tests.yml@v1, matrix version[1, lts, pre] × group[Core, QA],secrets: "inherit"present.documentation.yml@v1withsecrets: "inherit".Cleanup
crate-ci/typosignore; added ajuliaecosystem block (daily, groupall-julia-packages: ["*"]) over/and/docs. Kept the weeklygithub-actionsblock.Typos fixed: 1
resusable->reusableindocs/src/tutorials/input_component.md.Runic formatting applied: no
The repo already ran Runic inline;
Runic.main(["--inplace","."])produced no changes.Note on required checks
The Runic and SpellCheck job names change (now produced by the reusable workflows). If branch protection lists specific required check names, they will need updating after merge.
🤖 Generated with Claude Code