Skip to content

Commit 28fee62

Browse files
authored
Merge pull request #2456 from SciML/myb/formater
Pin JuliaFormatter
2 parents ff6c8ab + 71b7c47 commit 28fee62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#
3838
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
3939
run: |
40-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
40+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.45"))'
4141
julia -e 'using JuliaFormatter; format(".", verbose=true)'
4242
- name: Format check
4343
run: |

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FunctionWrappersWrappers = "0.1"
8282
Graphs = "1.5.2"
8383
IfElse = "0.1"
8484
InteractiveUtils = "1"
85-
JuliaFormatter = "1"
85+
JuliaFormatter = "=1.0.45"
8686
JumpProcesses = "9.1"
8787
LabelledArrays = "1.3"
8888
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"

0 commit comments

Comments
 (0)