Centralize CI to SciML reusable workflows#1141
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Merged
Conversation
Convert inline CI workflows to the centralized SciML/.github reusable callers (pinned @v1, secrets: "inherit"): - FormatCheck.yml: inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade.yml: inline julia-downgrade-compat -> downgrade.yml@v1 (julia-version 1.10, skip Pkg,TOML, allow-reresolve false) Tests.yml already used tests.yml@v1 and is unchanged. dependabot.yml: remove the crate-ci/typos version-update ignore (the typos version is now managed by the central spellcheck workflow). 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 workflows to the centralized
SciML/.githubreusable workflow callers (all pinned@v1, every caller getssecrets: "inherit"). Matches the Sundials.jl end-state.Converted (inline -> central)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos@v1.18.0->spellcheck.yml@v1julia-actions/julia-downgrade-compat->downgrade.yml@v1(preservesjulia-version: 1.10,skip: Pkg,TOML,allow-reresolve: false)Unchanged
tests.yml@v1caller withsecrets: "inherit"and the1/lts/preversion matrix — left exactly as-is.Added callers
docs/dir, so no Documentation caller. No existing Downstream/Benchmark/CompatHelper workflows.Other changes
crate-ci/typosversion-update ignore (typos version is now pinned/managed by the central spellcheck workflow). Thegithub-actions(weekly,/) andjulia(daily, groupall-julia-packages: ["*"], dirs/and/test) blocks are preserved.Checks
typos .-> exit 0 (clean), no changes needed. Existing.typos.tomlpreserved.--inplace .-> no formatting changes (repo was already Runic-clean from the prior inline check).yaml.safe_load.Note on branch protection
The job/check names change when moving to reusable workflows (e.g.
runic-> the reusable workflow'sRunic Format Check,typos-check->Spell Check with Typos, Downgradetest->Downgrade Tests). Required status checks in branch protection will need to be updated to the new names.🤖 Generated with Claude Code