Skip to content

Centralize CI on SciML reusable workflows#67

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

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

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Please ignore until reviewed by @ChrisRackauckas.

What changed

This converts all CI to the centralized SciML/.github reusable workflows (pinned @v1, every caller gets secrets: "inherit").

Converted (inline -> central caller)

  • FormatCheck.yml (inline fredrikekre/runic-action) -> renamed to Runic.yml, now calls runic.yml@v1 (julia-version: 1, runic-version: 1). name:/on: preserved.
  • SpellCheck.yml (inline crate-ci/typos@v1.18.0) -> calls spellcheck.yml@v1. name:/on: preserved.
  • Downgrade.yml (inline julia-downgrade-compat) -> calls downgrade.yml@v1. Preserved exactly: if: false (still disabled pending Re-enable downgrade tests #58), julia-version: 1.10, skip: Pkg,TOML, allow-reresolve: false. name:/on: preserved.

Already central (unchanged)

  • Tests.yml already calls tests.yml@v1 with secrets: inherit and the version[1,lts,pre] x group[Core,NoPre] matrix (exclude pre/NoPre). Left as-is.

Removed / cleanup

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

Checks

  • Runic: ran Runic.main(["--inplace","."]) locally, exit 0, no formatting changes (repo was already Runic-clean from the prior inline check).
  • Typos: ran typos . locally, exit 0, no fixes needed.

No docs/ directory, no downstream/IntegrationTest, no AirspeedVelocity benchmark workflow -> none added.

⚠️ Check names change (e.g. format-check / runic job now nests under the reusable workflow; Spell Check job renamed to spellcheck). Branch-protection required-check names will need updating accordingly.

🤖 Generated with Claude Code

Convert all CI workflows to the centralized SciML/.github reusable
callers (pinned @v1, each with secrets: inherit):

- FormatCheck (inline fredrikekre/runic-action) -> Runic.yml calling runic.yml@v1
- SpellCheck (inline crate-ci/typos) -> spellcheck.yml@v1
- Downgrade (inline julia-downgrade-compat) -> downgrade.yml@v1 (preserving if: false, julia 1.10, skip Pkg,TOML, allow-reresolve false)

Tests.yml already used tests.yml@v1; left unchanged (already has secrets: inherit).

Delete CompatHelper.yml. Remove the crate-ci/typos ignore from dependabot.yml.

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:19
@ChrisRackauckas ChrisRackauckas merged commit 6ff207f into SciML:master Jun 3, 2026
8 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