Centralize CI on SciML reusable workflows#99
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
Conversation
Convert Runic, SpellCheck, and Downgrade to centralized @v1 callers; Tests was already a tests.yml@v1 caller. Clean up dependabot.yml. - FormatCheck.yml: inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade.yml: inline -> downgrade.yml@v1 (preserve julia-version 1.10, skip Pkg,TOML, and the disabling `if: false`) - All callers get secrets: "inherit" - dependabot.yml: drop crate-ci/typos ignore; julia block over "/" only (/test has no 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 checks to the centralized SciML reusable workflows (
@v1, every caller getssecrets: "inherit"). End-state matches the Sundials.jl model.Converted (inline -> central)
fredrikekre/runic-action->runic.yml@v1crate-ci/typos->spellcheck.yml@v1downgrade.yml@v1, preservingjulia-version: "1.10",skip: "Pkg,TOML", and the existing disablingif: false(waiting on OrdinaryDiffEq updates, see Re-enable downgrade tests after OrdinaryDiffEq updates #87)Already central
tests.yml@v1caller withsecrets: "inherit"and theversion: ["lts"]matrix — left unchanged.Not applicable
docs/directory -> no Documentation caller.Cleanup
crate-ci/typosignore entry (no longer needed now that typos is centralized); julia ecosystem block now covers/only, since/testhas noProject.toml.Notes
name:/on:/concurrency of each workflow preserved..typos.tomlretained as-is.Heads up
Check names change (jobs now run under the reusable workflows), so any branch-protection required status checks will need to be updated to match the new check names.
🤖 Generated with Claude Code