We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d1e65d + 06c8c2e commit e5e3523Copy full SHA for e5e3523
.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("JuliaFormatter"); using JuliaFormatter; format(".")'
+ run: julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version=v"1"); using JuliaFormatter; format(".")'
17
- name: Create pull request
18
id: cpr
19
uses: peter-evans/create-pull-request@v7
0 commit comments