Skip to content

Commit 4947d2d

Browse files
CI: install Julia in FormatCheck workflow so runic-action can run
`fredrikekre/runic-action@v1` (v1.4+) requires `julia` in PATH but no longer installs it itself. Add `julia-actions/setup-julia@v2` before the action so the format check actually runs (it has been silently passing across many SciML repos for weeks). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent bc103cb commit 4947d2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17+
- uses: julia-actions/setup-julia@v2
18+
with:
19+
version: '1'
1720
- uses: fredrikekre/runic-action@v1
1821
with:
1922
version: '1'

0 commit comments

Comments
 (0)