Skip to content

Commit e996e9b

Browse files
committed
test: Add PatPatBot action
1 parent 6332e29 commit e996e9b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/patpatbot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Review pattern documentation
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
run-patpatbot:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
15+
16+
- name: Run PatPatBot Action
17+
uses: nicklem/patpatbot@main

0 commit comments

Comments
 (0)