Migrate CI to centralized SciML reusable workflows#150
Merged
ChrisRackauckas merged 1 commit intoJun 2, 2026
Merged
Conversation
Convert Documentation, FormatCheck (Runic), and SpellCheck to the centralized SciML/.github reusable workflows pinned at @v1. Remove CompatHelper in favor of Dependabot. Drop the crate-ci/typos ignore block from dependabot.yml and add a julia ecosystem block for /docs. CI.yml (container-based FEniCS tests) and TagBot.yml are left unchanged; Downgrade is intentionally not added (see PR description). 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 CI toward the SciML centralized reusable-workflow standard (
SciML/.github, all callers pinned@v1).Workflows converted to centralized callers
documentation.yml@v1(coverage on, matching the original--code-coverage=user+ Codecov upload; the originalfail_ci_if_error: trueis not replicated by the central workflow).runic.yml@v1. The repo already ranfredrikekre/runic-action@v1, so the code is already Runic-formatted; no formatting changes were needed/applied.spellcheck.yml@v1(typos; central pinsv1.47.0, up fromv1.18.0).Removed
Left unchanged
cmhyett/julia-fenics:latestbecause the FEniCS test suite requires a system Python FEniCS install. The centralizedtests.yml@v1has nocontainer:support, so converting would break the tests. Preserved verbatim (matrix:group=[Core],version=[lts,1,pre], no coverage).Not added (and why)
downgrade.yml@v1runs the full test suite on a stockubuntu-latestwith no FEniCS container, which would fail every run for this package. Adding it would create a permanently-red required check. Same container blocker as Tests.Dependabot
crate-ci/typosignoreblock (standing policy: keep everything current).github-actions(weekly) andjulia/(daily, grouped) blocks.juliablock for/docs(which has its ownProject.toml) to keep its compat updated after CompatHelper removal. (/testhas noProject.toml; it uses[extras]/[targets], so no block needed.)Typos findings
typoslocally (v1.34.0): clean, no findings. No_typos.tomladded.Heads-up for branch protection
Check names change with this migration (e.g. the Runic job is now
Runic Format Check, spellcheck isSpell Check with Typos, docs isBuild and Deploy Documentation). Any required-status-checks in branch protection must be updated to the new names.🤖 Generated with Claude Code