Skip to content

Commit a201555

Browse files
authored
Apply replace_formatcheck patch (#26)
1 parent 6f6722b commit a201555

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: "Format Check"
22
on:
3-
push:
4-
branches:
5-
- "main"
6-
tags: "*"
7-
pull_request: ~
3+
pull_request_target:
4+
types:
5+
- "opened"
6+
- "synchronize"
7+
- "reopened"
8+
- "ready_for_review"
9+
permissions:
10+
contents: "read"
11+
actions: "write"
12+
pull-requests: "write"
813
jobs:
914
format-check:
1015
name: "Format Check"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NestedPermutedDimsArrays"
22
uuid = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[compat]

0 commit comments

Comments
 (0)