CI: install Julia in FormatCheck workflow so runic-action can run#54
CI: install Julia in FormatCheck workflow so runic-action can run#54ChrisRackauckas-Claude wants to merge 0 commit into
Conversation
35d037f to
1ce1e1e
Compare
|
Rebased Outcome: this PR is now obsolete and was auto-closed by GitHub (zero diff vs Why: when this PR was opened, jobs:
runic:
uses: "SciML/.github/.github/workflows/runic.yml@v1"
secrets: "inherit"The centralized reusable workflow Resolving the conflict in favor of main's content yields a tree identical to |
fredrikekre/runic-action@v1(v1.4+) requiresjuliain PATH but no longer installs it itself. Add ajulia-actions/setup-julia@v2step before the action so the format check actually runs (it has been silently passing — i.e. silently failing — across many SciML repos for weeks).Detected as part of the SciMLBase v3 / OrdinaryDiffEq v7 ecosystem rollout sweep.
Ignore until reviewed by @ChrisRackauckas.