Centralize CI to use SciML reusable workflows#153
Merged
Conversation
Convert all CI workflows to the centralized SciML/.github reusable workflows (@v1) with `secrets: "inherit"`: - Documentation: inline build/deploy -> documentation.yml@v1 - FormatCheck (Runic): inline runic-action -> runic.yml@v1 - SpellCheck (typos): inline crate-ci/typos -> spellcheck.yml@v1 - Downgrade: inline -> downgrade.yml@v1 (preserve `if: false` disable and julia-version 1.10, skip Pkg,TOML) - Tests: already a tests.yml@v1 caller (unchanged) Cleanup: - Delete CompatHelper.yml (handled centrally / by dependabot) - dependabot.yml: drop crate-ci/typos ignore, add julia ecosystem block over /, /docs, /test (daily, grouped all-julia-packages) 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 CI to use the centralized SciML/.github reusable workflows (pinned
@v1), withsecrets: "inherit"on every caller.Converted (inline -> central caller)
documentation.yml@v1(preserves coverage/codecov upload behavior, which the central workflow does by default).runic.yml@v1(was inlinefredrikekre/runic-action).spellcheck.yml@v1(was inlinecrate-ci/typos@v1.35.3).downgrade.yml@v1, preserving theif: falsedisable (issue Re-enable downgrade tests after dependency updates #142),julia-version: "1.10", andskip: "Pkg,TOML".Unchanged
tests.yml@v1caller withsecrets: "inherit"and its exact version×group matrix; left as-is.Cleanup
CompatHelper.yml.dependabot.yml: removed thecrate-ci/typosignore; kept thegithub-actionsblock (/, weekly); added ajuliaecosystem block over/,/docs,/test(daily, groupedall-julia-packages: ["*"]).Checks
Runic.main(["--inplace","."])locally — no formatting changes (repo was already Runic-clean from the prior inline check).typos .is clean (exit 0); 0 typos fixed.Note
Check names change (jobs now run under the reusable-workflow job names). Branch-protection required-status-check names will need updating accordingly.
🤖 Generated with Claude Code