Skip to content

Commit

Permalink
Accept one line git commit messages (#19)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
johnboyes committed Aug 1, 2020
1 parent b5bfe53 commit fd93c28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/[email protected]
uses: mristin/[email protected]
with:
allow-one-liners: 'true'

0 comments on commit fd93c28

Please sign in to comment.