Skip to content

Commit

Permalink
Allow long URLs in commit messages (#101)
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]

[1]: mristin/opinionated-commit-message#59
  • Loading branch information
johnboyes committed Aug 17, 2020
1 parent 1f40ad1 commit a753727
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 @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
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 a753727

Please sign in to comment.