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 ee42295 commit 87dc1c7Copy full SHA for 87dc1c7
.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("JuliaFormatter", version="1")'
14
julia -e 'using JuliaFormatter; format(".")'
15
- name: Create Pull Request
16
id: cpr
@@ -25,4 +25,4 @@ jobs:
25
- name: Check outputs
26
27
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
28
- echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
+ echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
0 commit comments