Skip to content

Commit

Permalink
Allow long URLs in commit messages (#53)
Browse files Browse the repository at this point in the history
Updated to the latest version of the commit message checker which
contains [this new feature][1]

Closes #15

[1]: mristin/opinionated-commit-message#59
  • Loading branch information
johnboyes committed Aug 15, 2020
1 parent 7282219 commit ed11036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check
uses: mristin/[email protected].0
uses: mristin/[email protected].2
with:
allow-one-liners: 'true'

0 comments on commit ed11036

Please sign in to comment.