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 48e9ba6 commit 2c8d3caCopy full SHA for 2c8d3ca
.github/workflows/fix-format.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Install JuliaFormatter and format
13
run: |
14
- julia -e 'import Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
+ julia -e 'import Pkg; Pkg.add(Pkg.PackageSpec(name="JuliaFormatter", version="1"))'
15
julia -e 'using JuliaFormatter; format(".")'
16
17
- name: Create Pull Request
0 commit comments