We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45b47b commit c37b929Copy full SHA for c37b929
.github/workflows/FormatCheck.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
- name: Install JuliaFormatter and format
31
run: |
32
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="v1.0.62"))'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="v1"))'
33
julia -e 'using JuliaFormatter; format(".", verbose=true)'
34
- name: Format check
35
id: format
0 commit comments