Skip to content

Commit

Permalink
Update Formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Aug 28, 2024
1 parent 0f958f5 commit 8f90e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- name: Install JuliaFormatter and format
run: |
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
Expand Down

0 comments on commit 8f90e9d

Please sign in to comment.