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 d540d93 commit 5caf40dCopy full SHA for 5caf40d
.github/workflows/format.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Cache artifacts
14
uses: julia-actions/cache@v2
15
- name: Install JuliaFormatter and format
16
- run: julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version=v"1"); using JuliaFormatter; format(".")'
+ run: julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version=v"1.0.62"); using JuliaFormatter; format(".")'
17
- name: Create pull request
18
id: cpr
19
uses: peter-evans/create-pull-request@v7
0 commit comments