Skip to content

Centralize CI to use SciML reusable workflows#153

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

Centralize CI to use SciML reusable workflows#153
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:centralize-ci

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Please ignore until reviewed by @ChrisRackauckas.

Converts the CI to use the centralized SciML/.github reusable workflows (pinned @v1), with secrets: "inherit" on every caller.

Converted (inline -> central caller)

  • Documentation -> documentation.yml@v1 (preserves coverage/codecov upload behavior, which the central workflow does by default).
  • FormatCheck / Runic -> runic.yml@v1 (was inline fredrikekre/runic-action).
  • SpellCheck / typos -> spellcheck.yml@v1 (was inline crate-ci/typos@v1.35.3).
  • Downgrade -> downgrade.yml@v1, preserving the if: false disable (issue Re-enable downgrade tests after dependency updates #142), julia-version: "1.10", and skip: "Pkg,TOML".

Unchanged

  • Tests.yml was already a tests.yml@v1 caller with secrets: "inherit" and its exact version×group matrix; left as-is.
  • TagBot.yml unchanged.

Cleanup

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

Checks

  • Runic: ran Runic.main(["--inplace","."]) locally — no formatting changes (repo was already Runic-clean from the prior inline check).
  • typos: 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

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>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review June 3, 2026 18:13
@ChrisRackauckas ChrisRackauckas merged commit 2f8d1bb into SciML:main Jun 3, 2026
4 of 9 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