Skip to content

Commit 984ecd3

Browse files
authored
Update .github/workflows/FormatPullRequest.yml (#22)
1 parent eccea61 commit 984ecd3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/workflows/FormatPullRequest.yml

+14
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)