Skip to content

Commit

Permalink
Add commit message CI check (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Apr 3, 2023
1 parent 9e01db5 commit 762e0d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_pr_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'Check commit message style'

on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize

jobs:
check-commit-message-style:
name: Check commit message style
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/[email protected]
with:
allow-one-liners: 'true'
additional-verbs: 'color,colorize,copy,embed,expose,properly,silence,symlink,split'
max-subject-line-length: '80'
skip-body-check: 'true'

0 comments on commit 762e0d8

Please sign in to comment.