Centralize CI on SciML reusable workflows#56
Merged
Conversation
Convert all CI to SciML/.github centralized reusable workflows (@v1): - CI.yml: tests + documentation now call tests.yml@v1 and documentation.yml@v1 - FormatCheck.yml: inline fredrikekre/runic-action -> runic.yml@v1 - SpellCheck.yml: new, spellcheck.yml@v1 - Downgrade.yml: new, downgrade.yml@v1 (lts, skip Pkg,TOML) Every caller uses secrets: "inherit". Matrices and triggers preserved. Apply Runic formatting to test/jet_tests.jl. 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.
Summary
Converts all CI in this repo to the centralized SciML reusable workflows pinned at
@v1. Every caller passessecrets: "inherit". Existingname:/on:/concurrency:and the exact test matrix are preserved.Converted (inline -> central caller)
CI.yml): inlinejulia-runtestjob ->tests.yml@v1, preserving theversion: [1.10, 1]xos: [ubuntu-latest]xarch: [x64]matrix.CI.yml): inlinejulia-docdeploy+ doctest job ->documentation.yml@v1. Setcoverage: falseto preserve the original behavior (the old docs job did not collect coverage). Doctests still run as part ofdocs/make.jl.FormatCheck.yml): inlinefredrikekre/runic-action->runic.yml@v1.Added (new central callers)
SpellCheck.yml):spellcheck.yml@v1(this repo had no spell check before).Downgrade.yml):downgrade.yml@v1withjulia-version: "lts",skip: "Pkg,TOML"(none existed before).Other
dependabot.ymlalready compliant (github-actions weekly at/; julia daily over/,/docs,/test, groupedall-julia-packages: ["*"]); left unchanged.CompatHelper.ymlpresent.TagBot.ymlunchanged.Typos
typos .ran clean (0 fixes needed); no_typos.tomlrequired.Runic formatting
test/jet_tests.jlwas reformatted (multi-line call closing-paren placement). This was not caught by the prior inline check.Heads-up on branch protection
Job/check names change with the move to reusable workflows (e.g. the Runic/SpellCheck/Downgrade/Documentation jobs now run under the reusable workflow job names). Any branch-protection required status checks referencing the old names will need to be updated.
🤖 Generated with Claude Code