Skip to content

Commit 9e839a5

Browse files
chore(workflows): add pull request workflow
1 parent f1f481f commit 9e839a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Pull Request
2+
on: pull_request
3+
jobs:
4+
conventional:
5+
name: Conventional PR
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: actions/setup-node@v2-beta
10+
- uses: beemojs/conventional-pr-action@v2
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)