Migrate CI to centralized SciML reusable workflows#378
Merged
ChrisRackauckas merged 1 commit intoJun 2, 2026
Merged
Conversation
Convert Tests (ci.yml), Documentation (docs.yml), Format Check (Runic), Spell Check (typos), and Downgrade workflows to call the centralized reusable workflows in SciML/.github pinned at @v1. Update dependabot.yml to drop the per-dependency crate-ci/typos ignore block. 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
Normalizes this repo's CI to the standard SciML reusable-workflow set, with every caller pinned at
@v1andsecrets: inherit.Workflows converted
ci.yml(Tests) → callsSciML/.github/.github/workflows/tests.yml@v1. The fullversion × groupmatrix is reproduced exactly: groupsCore, Autodiff, GPU, Downstream, Reactant, nopre; versionslts, 1, pre; with the same three excludes (nopre/pre,Downstream/pre,Reactant/pre). Coverage was collected in the original (codecov), so it stays on (reusable default). The originalos: ubuntu-latest/arch: x64were the reusable-workflow defaults, so they are inherited rather than restated.docs.yml(Documentation) → callsdocumentation.yml@v1. Original docs build did not collect coverage, socoverage: false.FormatCheck.yml(Runic) → callsrunic.yml@v1. The repo already ranfredrikekre/runic-action, so this is a pure centralization; no source reformatting was required (verified locally with Runic v1.7.0,--checkexit 0).SpellCheck.yml(typos) → callsspellcheck.yml@v1.downgrade.yml(Downgrade) → callsdowngrade.yml@v1, preserving groupCore,julia-version: 1.10,skip: Pkg,TOML, andallow-reresolve: false. The originalpaths-ignore: docs/**triggers are preserved.Added
None — all five standard checks (Tests, Documentation, Runic, SpellCheck, Downgrade) already existed and were only centralized.
Not added (correctly absent)
No downstream/IntegrationTest, benchmark, or QA workflow existed, so none were invented. (Note:
ci.ymlhas an in-repoDownstreamtest group driven byGROUP, which is preserved as a matrix group — it is not a separate downstream.yml workflow.)dependabot.yml
crate-ci/typosignore block (standing policy: keep everything current).github-actionsblock (/, weekly) andjuliablock (/,/docs,/test, daily,all-julia-packagesgroup) preserved as-is.CompatHelper
No
CompatHelper.ymlexisted; nothing to remove.TagBot
Left unchanged.
Typos findings
Ran
typos(CLI 1.34.0) locally over the tree: clean, exit 0. The repo's.typos.toml(extend-wordnoth) covers the one known false positive. The centralized check uses typos 1.47.0 (newer than the previous 1.34.0 pin), which could surface additional findings; none are anticipated, but a newer typos version may flag items the older pin did not.Heads-up for branch protection
Check names change with centralization (e.g. the test job name becomes
Testsfrom the reusable workflow rather thanJulia <ver> - <group> - <event>). Branch-protection required-status-checks must be updated to the new check names or required checks will appear missing.🤖 Generated with Claude Code