Skip to content

Commit

Permalink
style: check pr title with commitlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d committed Oct 16, 2024
1 parent 36d327f commit e25b5bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
pull_request:
types:
- opened
- edited
- reopened

name: PR title check
jobs:
pr-semantic-check:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e25b5bf

Please sign in to comment.