Skip to content

Commit

Permalink
Allow long URLs in commit messages
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 44b7a28
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/opinionated-commit-message@v2.1.0
uses: mristin/opinionated-commit-message@v2.1.2
with:
allow-one-liners: 'true'

0 comments on commit 44b7a28

Please sign in to comment.