Skip to content

Centralize CI on SciML reusable workflows - #455

Merged
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:centralize-ci
Jun 3, 2026
Merged

Centralize CI on SciML reusable workflows#455
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:centralize-ci

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Please ignore until reviewed by @ChrisRackauckas.

Converts the remaining inline CI workflows to the centralized SciML/.github reusable workflows pinned at @v1, with secrets: "inherit" on every caller. End-state matches the Sundials.jl convention (Tests, Documentation, Runic, SpellCheck, Downgrade, Downstream — all via central callers).

Converted (inline -> central)

  • FormatCheck.yml (Runic): fredrikekre/runic-action -> runic.yml@v1
  • SpellCheck.yml: crate-ci/typos -> spellcheck.yml@v1
  • Downgrade.yml: inline downgrade-compat -> downgrade.yml@v1 (preserves if: false, julia-version: "1.10", skip: "Pkg,TOML")
  • Downstream.yml (IntegrationTest): inline -> matrix of downstream.yml@v1 (package SciML/ModelingToolkit.jl, group All)

Already central (left as-is)

  • Tests.yml — already tests.yml@v1, matrix version[1, lts, pre] × group[Core, QA], secrets: "inherit" present.
  • Documentation.yml — already documentation.yml@v1 with secrets: "inherit".

Cleanup

  • Deleted CompatHelper.yml.
  • dependabot.yml: removed the crate-ci/typos ignore; added a julia ecosystem block (daily, group all-julia-packages: ["*"]) over / and /docs. Kept the weekly github-actions block.
  • TagBot.yml unchanged.

Typos fixed: 1

  • resusable -> reusable in docs/src/tutorials/input_component.md.

Runic formatting applied: no

The repo already ran Runic inline; Runic.main(["--inplace","."]) produced no changes.

Note on required checks

The Runic and SpellCheck job names change (now produced by the reusable workflows). If branch protection lists specific required check names, they will need updating after merge.

🤖 Generated with Claude Code

Convert remaining inline CI workflows to the centralized SciML/.github
reusable workflows (@v1), with secrets: "inherit" on every caller.

- FormatCheck.yml (Runic): inline fredrikekre/runic-action -> runic.yml@v1
- SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1
- Downgrade.yml: inline -> downgrade.yml@v1 (preserves if: false, julia 1.10, skip Pkg,TOML)
- Downstream.yml (IntegrationTest): inline -> matrix of downstream.yml@v1 (ModelingToolkit.jl)
- Delete CompatHelper.yml
- dependabot.yml: drop crate-ci/typos ignore; add julia ecosystem block over / and /docs
- Fix typo: resusable -> reusable in docs

Tests.yml and Documentation.yml were already central callers; left as-is.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review June 3, 2026 18:12
@ChrisRackauckas
ChrisRackauckas merged commit 372e1f9 into SciML:main Jun 3, 2026
6 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants