Skip to content

Commit c403890

Browse files
committed
Try using JuliaFormatter.jl v2
1 parent 8fe8431 commit c403890

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CompatHelper"
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77
permissions:
88
contents: write

.github/workflows/FormatPullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
format-pull-request:
1313
name: "Format Pull Request"
1414
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
15+
with:
16+
juliaformatter-version: "2"

templates/github/.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CompatHelper"
22

33
on:
44
schedule:
5-
- cron: 0 0 * * *
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77
permissions:
88
contents: write

0 commit comments

Comments
 (0)