Skip to content

Commit 22f6e6a

Browse files
authored
Add 'check all checks' check so we can make it required (#30)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 1800eef commit 22f6e6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: All checks pass
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
allchecks:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
checks: read
10+
contents: read
11+
steps:
12+
- uses: wechuli/allcheckspassed@v1

0 commit comments

Comments
 (0)