File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
templates/github/.github/workflows Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Format Pull Request"
22
33on :
44 schedule :
5- - cron : ' */5 * * * *'
5+ - cron : ' 0 0 * * *'
66 workflow_dispatch :
77permissions :
88 contents : write
1212 format-pull-request :
1313 name : " Format Pull Request"
1414 uses : " ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
15- with :
16- juliaformatter-version : " 2"
Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.3.13 "
4+ version = " 0.3.14 "
55
66[deps ]
77DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Original file line number Diff line number Diff line change 1+ name : " Format Pull Request"
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 0 * * *'
6+ workflow_dispatch :
7+ permissions :
8+ contents : write
9+ pull-requests : write
10+
11+ jobs :
12+ format-pull-request :
13+ name : " Format Pull Request"
14+ uses : " ITensor/ITensorActions/.github/workflows/FormatPullRequest.yml@main"
You can’t perform that action at this time.
0 commit comments