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 15, 2024
1 parent 707a916 commit 36ed850
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
types:
- opened
- edited
- reopened

name: Enforce PR Title Format
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5

0 comments on commit 36ed850

Please sign in to comment.