Skip to content

Commit 22d416d

Browse files
Add FormatCheck with Runic (#37)
1 parent dd4d106 commit 22d416d

32 files changed

+841
-2049
lines changed

.JuliaFormatter.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/FormatCheck.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Format Check
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
paths:
7+
- '.github/workflows/FormatCheck.yml'
8+
- '**.jl'
9+
pull_request:
10+
branches:
11+
- 'main'
12+
paths:
13+
- '.github/workflows/FormatCheck.yml'
14+
- '**.jl'
15+
types:
16+
- opened
17+
- reopened
18+
- synchronize
19+
- ready_for_review
20+
21+
jobs:
22+
runic:
23+
name: Runic
24+
runs-on: ubuntu-latest
25+
if: ${{ !github.event.pull_request.draft }}
26+
steps:
27+
- uses: actions/checkout@v6
28+
- uses: julia-actions/setup-julia@v2
29+
with:
30+
version: '1'
31+
- uses: julia-actions/cache@v2
32+
- uses: fredrikekre/runic-action@v1
33+
with:
34+
version: '1'

.github/workflows/gemini-dispatch.yml

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)