Skip to content

Commit 543f880

Browse files
authored
Add template for format PR (#77)
1 parent c403890 commit 543f880

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/workflows/FormatPullRequest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Format Pull Request"
22

33
on:
44
schedule:
5-
- cron: '*/5 * * * *'
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77
permissions:
88
contents: write
@@ -12,5 +12,3 @@ 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"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.3.13"
4+
version = "0.3.14"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

0 commit comments

Comments
 (0)