Skip to content

Commit

Permalink
Merge branch 'add-git-commit-message-verbs'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 19, 2024
2 parents ebda074 + 7424b93 commit f13bbbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/git-commit-message-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:
name: Check commit message style
runs-on: ubuntu-latest
steps:
- name: Check against guidlines
- name: Check against guidelines
uses: mristin/[email protected]
with:
# Commit messages are allowed to be subject only, no body
allow-one-liners: 'true'
# This action defaults to 50 char subjects, but 74 is fine.
max-subject-line-length: '74'
# The action's wordlist is a bit short. Add more accepted verbs
additional-verbs: 'restart, coalesce'

- name: Check for unicode whitespaces
uses: gsactions/commit-message-checker@v2
Expand Down

0 comments on commit f13bbbd

Please sign in to comment.