Skip to content

Commit 45af101

Browse files
authored
Update Formatter.yml
1 parent d543be5 commit 45af101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Formatter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: julia-actions/setup-julia@latest
1314
- uses: julia-actions/cache@v2
15+
- uses: julia-actions/julia-buildpkg@latest
1416
- name: Install JuliaFormatter and format
1517
run: |
1618
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

0 commit comments

Comments
 (0)