Centralize CI on SciML reusable workflows#52
Merged
Conversation
Convert Runic (inline fredrikekre/runic-action) to the centralized runic.yml@v1 caller, and add centralized SpellCheck and Downgrade callers. Tests and Documentation were already central callers; added secrets: "inherit" is present on all callers. 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.
What changed
This converts CI to use the centralized SciML reusable workflows for everything (pinned
@v1,secrets: "inherit"on every caller).Converted (inline -> central)
FormatCheck.yml): inlinefredrikekre/runic-action->runic.yml@v1caller. Existing inline run was already clean, so no formatting changes were needed.Added (new central callers)
SpellCheck.yml):spellcheck.yml@v1.typos .runs clean (0 findings), no_typos.tomlneeded.Downgrade.yml):downgrade.yml@v1withjulia-version: "lts",skip: "Pkg,TOML", preserving thegroup: [Core]matrix used by Tests.Already central (left as-is,
secrets: "inherit"confirmed)Tests.yml):tests.yml@v1, matrixgroup: [Core],julia-version: "1".Documentation.yml):documentation.yml@v1.Unchanged
TagBot.yml,dependabot.yml(already has weeklygithub-actionsblock at/and dailyjuliablock over/,/docs,/test; nocrate-ci/typosignore present). NoCompatHelper.ymlexisted.Notes
Runic/Runic Format Check, plus newDowngradeandSpell Check with Typosjobs). Branch-protection required-status-check names will need updating.🤖 Generated with Claude Code