Skip to content

Commit 1274647

Browse files
authored
Merge pull request #167 from Cysharp/harness
ci: add pr harness check
2 parents a5536c8 + 9b47478 commit 1274647

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/pr-harness.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR Harness
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
harness:
9+
permissions:
10+
contents: read
11+
pull-requests: read
12+
uses: Cysharp/Actions/.github/workflows/pr-harness.yaml@main

0 commit comments

Comments
 (0)