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 0b245c4 commit 9e22dadCopy full SHA for 9e22dad
.github/workflows/FormatPR.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- name: Install JuliaFormatter and format
12
run: |
13
- julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
+ julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'
14
julia -e 'using JuliaFormatter; format(".")'
15
- name: Create Pull Request
16
id: cpr
0 commit comments