Centralize CI on SciML reusable workflows#112
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert inline workflows to centralized reusable callers (@v1), with `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 (preserves julia-version 1.10, skip Pkg,TOML, allow-reresolve false, and the existing `if: false` disable) - Tests.yml: already tests.yml@v1 (left unchanged, already inherits secrets) dependabot.yml: drop the crate-ci/typos version ignore (typos is now pinned centrally); trim julia dirs to those with a Project.toml (/). 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 SciML centralized reusable workflows (pinned
@v1), withsecrets: "inherit"on every caller. End-state matches the Sundials.jl pattern.Converted (inline -> central)
FormatCheck.yml:fredrikekre/runic-action->runic.yml@v1SpellCheck.yml:crate-ci/typos->spellcheck.yml@v1Downgrade.yml: inline downgrade job ->downgrade.yml@v1, preservingjulia-version: 1.10,skip: Pkg,TOML,allow-reresolve: false, and the existingif: false(kept disabled exactly as before)Unchanged
Tests.yml: already atests.yml@v1caller (version matrix 1/lts/pre) and already inherits secretsTagBot.yml: left as-isOther
dependabot.yml: removed thecrate-ci/typosversion-ignore (typos is now pinned in the central spellcheck workflow); trimmed thejuliaecosystem directories to those that actually contain aProject.toml(/)docs/make.jl, no downstream/benchmark/CompatHelper workflows present, so none added.Verification
Runic.main(["--inplace","."])-> no changes; repo was already Runic-formatted). runic_formatted: false (no changes needed).typos -w .made 0 changes;typos .exits 0.yaml.safe_load.Warning
Check names change (jobs now run as reusable-workflow callers). Branch-protection required status checks will need to be updated to match the new check names.
🤖 Generated with Claude Code