Centralize CI on SciML reusable workflows#44
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert the remaining inline CI workflows to the centralized reusable workflows in SciML/.github, pinned at @v1 with secrets: "inherit". - FormatCheck.yml: inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade.yml: inline -> downgrade.yml@v1 (preserving if: false, julia-version 1.10, skip Pkg,TOML, allow-reresolve false) - Tests.yml already used tests.yml@v1 (unchanged) - dependabot.yml: remove crate-ci/typos ignore; narrow julia block to / (no test/Project.toml exists) 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.
What this does
Converts the remaining inline CI workflows to the centralized reusable workflows in
SciML/.github, all pinned at@v1withsecrets: "inherit".Converted (inline -> central caller)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1, preservingif: false,julia-version: 1.10,skip: Pkg,TOML, andallow-reresolve: false. (The inlinedowngrade_mode: alldepsis the julia-downgrade-compat default, so behavior is preserved.)Unchanged
tests.yml@v1caller withsecrets: "inherit"and matrixversion: [1, lts, pre].Cleanup
crate-ci/typosversion ignore (no longer needed now that typos runs via the centralized caller). Narrowed thejuliablock to/only, since there is notest/Project.toml(test deps live in the root[extras]/[targets]).CompatHelper.ymlpresent.Verification
typosv1.47.0 (matching the central spellcheck pin): exit 0, clean. No prose edits needed; existing.typos.tomlretained.yaml.safe_load.Note on branch protection
Check names change with the move to reusable workflows (e.g. the Runic job now reports under the reusable workflow). If branch-protection required status checks are configured, they may need updating to the new check names.
Typos fixed: 0. Runic formatting applied: no (already clean).
🤖 Generated with Claude Code