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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
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/opinionated-commit-message@v2.0.0
18+
uses: mristin/opinionated-commit-message@v2.1.0
19+
with:
20+
allow-one-liners: 'true'

0 commit comments

Comments
 (0)