We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe8431 commit c403890Copy full SHA for c403890
3 files changed
.github/workflows/CompatHelper.yml
@@ -2,7 +2,7 @@ name: "CompatHelper"
2
3
on:
4
schedule:
5
- - cron: 0 0 * * *
+ - cron: '0 0 * * *'
6
workflow_dispatch:
7
permissions:
8
contents: write
.github/workflows/FormatPullRequest.yml
@@ -12,3 +12,5 @@ jobs:
12
format-pull-request:
13
name: "Format Pull Request"
14
uses: "ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
15
+ with:
16
+ juliaformatter-version: "2"
templates/github/.github/workflows/CompatHelper.yml
0 commit comments