Skip to content

Commit fd93c28

Browse files
authored
Accept one line git commit messages (#19)
Prior to this fix, one line git commit messages would be rejected by the check. Fix is to update to the latest version of the checker, which has the fix for this[1] [1] https://github.com/mristin/opinionated-commit-message#one-liners
1 parent b5bfe53 commit fd93c28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-commit-message.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check
18-
uses: mristin/[email protected]
18+
uses: mristin/[email protected]
19+
with:
20+
allow-one-liners: 'true'

0 commit comments

Comments
 (0)