Centralize CI on SciML reusable workflows - #32
Merged
Conversation
Convert inline CI jobs to the centralized SciML/.github reusable workflows (pinned @v1, secrets: "inherit" on every caller): - FormatCheck.yml: fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: crate-ci/typos -> spellcheck.yml@v1 - Downgrade.yml: inline downgrade job -> downgrade.yml@v1 (preserving group=Core, julia-version=1.10, skip=Pkg,TOML) Tests.yml and Documentation.yml already use central callers; left as-is (Tests retains its custom inline AllocCheck job). dependabot.yml: drop the crate-ci/typos ignore block (now centralized) and the /test julia directory (no Project.toml there). 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:14
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 CI to use the centralized SciML/.github reusable workflows (all pinned
@v1, every caller getssecrets: "inherit").Converted (inline -> central caller)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1, preserving the matrix exactly (group: Core,julia-version: 1.10,skip: Pkg,TOML;ALLOW_RERESOLVE: falseis the caller default)Already central (left as-is)
tests.yml@v1caller (version × os matrix preserved). Retains its custom inlineAllocCheckjob (GROUP: nopre), which has no central equivalent.documentation.yml@v1caller.Cleanup
crate-ci/typosignore block (spellcheck is now centralized); removed the/testjulia directory entry (noProject.tomlthere).github-actions(weekly,/) andjulia(daily, groupall-julia-packages: ["*"]over/,/docs) blocks retained.Checks
Runic.main(["--inplace","."])locally — no changes (repo was already Runic-clean from the prior inline check).typos .exits 0 — no fixes needed.🤖 Generated with Claude Code