Skip to content

Commit 79ea319

Browse files
authored
Merge pull request #358 from JuliaReach/schillic/format
Fix formatting script
2 parents c487c1d + aa1d8d4 commit 79ea319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Check out repository
1212
uses: actions/checkout@v6
13+
- name: Set up Julia
14+
uses: julia-actions/setup-julia@v2
1315
- name: Cache artifacts
1416
uses: julia-actions/cache@v2
1517
- name: Install JuliaFormatter and format

0 commit comments

Comments
 (0)