Centralize CI on SciML reusable workflows#175
Merged
Conversation
Convert inline CI workflows to the centralized SciML/.github reusable callers (pinned @v1, secrets: "inherit") and fix two comment typos. - FormatCheck (Runic): inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck (typos): inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade: inline -> downgrade.yml@v1 (preserve if:false, julia 1.10, skip Pkg,TOML, allow-reresolve false) - Tests (CI.yml) and Documentation already central callers; unchanged - Remove CompatHelper.yml - dependabot: drop crate-ci/typos ignore block - Fix typos: "sensitity"->"sensitivity", "repalced"->"replaced" 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 centralized
SciML/.githubreusable callers (all pinned@v1, every caller usessecrets: "inherit"), matching the Sundials.jl end-state.Converted (inline -> central caller)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1, preservingif: false(disabled per Downgrade CI skips PrecompileTools - investigate compatibility #149),julia-version: "1.10",skip: "Pkg,TOML", andallow-reresolve: false.Already central (unchanged)
tests.yml@v1with matrix["1","lts","pre"]andsecrets: "inherit".documentation.yml@v1withsecrets: "inherit".Cleanup
CompatHelper.yml.dependabot.yml: removed thecrate-ci/typosignore block; preserved github-actions (weekly,/) and julia (daily, dirs/,/docs,/test, group all-julia-packages["*"]).Typos fixed (2)
src/algorithms/linear.jl: "sensitity" -> "sensitivity"src/utilities.jl: "repalced" -> "replaced"Runic: ran
Runic.main(["--inplace","."])— no formatting changes (repo already ran Runic inline).typos .now exits 0.Note
Check names change (e.g. job names move under the reusable callers), so branch-protection required-status-check names will need updating.
🤖 Generated with Claude Code