Centralize CI on SciML reusable workflows#138
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert Documentation, Downgrade, Runic (FormatCheck), and SpellCheck to the centralized SciML/.github reusable workflows pinned at @v1, with `secrets: "inherit"` on every caller. Tests already used tests.yml@v1. - Documentation.yml -> documentation.yml@v1 - Downgrade.yml -> downgrade.yml@v1 (julia-version 1.10, skip Pkg,TOML) - FormatCheck.yml -> runic.yml@v1 - SpellCheck.yml -> spellcheck.yml@v1 Fix one typo (constratins -> constraints). Drop the crate-ci/typos dependabot ignore and extend the julia dependabot block to /docs and /examples (both have 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 all CI to the centralized SciML reusable workflows (pinned
@v1, every caller hassecrets: "inherit").Converted (inline -> central caller)
documentation.yml@v1(was inlinejulia-docdeploy; coverage default true preserved)downgrade.yml@v1(preservedjulia-version: 1.10,skip: Pkg,TOML, allow-reresolve false)runic.yml@v1(was inlinefredrikekre/runic-action)spellcheck.yml@v1(was inlinecrate-ci/typos)Already central
tests.yml@v1; left intact (matrix unchanged),secrets: inheritconfirmed.Added
Typos
constratins->constraints(docstring insrc/api/constraints.jl).typos .now exits 0.Runic
Dependabot
crate-ci/typosignore (no longer pinned inline).juliaecosystem block to cover/docsand/examples(both have aProject.toml), kept/, daily, group all-julia-packages["*"].Note on branch protection
Check names change (e.g. the Runic job is now
Runic Format Check, Downgrade isDowngrade Tests, SpellCheck isSpell Check with Typos, docs build via the reusable workflow). Required-status-check names in branch protection will need updating to match the new job names.name:/on:/concurrency:blocks on each workflow file were preserved. No CompatHelper.yml existed; TagBot.yml unchanged.🤖 Generated with Claude Code