Skip to content

Commit 2f68e6f

Browse files
committed
Add missing test file
1 parent 4820626 commit 2f68e6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on: pull_request_target
2+
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo ${{ github.event.pull_request.body}}

0 commit comments

Comments
 (0)