Skip to content

Commit

Permalink
ci: conventional pr (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Jul 25, 2023
1 parent 9e0dab7 commit 2701bf6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conventional_commits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Conventional Commits

on:
pull_request:
branches: [ main ]

jobs:
conventional:
name: Conventional PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: beemojs/conventional-pr-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2701bf6

Please sign in to comment.