Skip to content

Commit ed11036

Browse files
authored
Allow long URLs in commit messages (#53)
Updated to the latest version of the commit message checker which contains [this new feature][1] Closes #15 [1]: mristin/opinionated-commit-message#59
1 parent 7282219 commit ed11036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Check
21-
uses: mristin/[email protected].0
21+
uses: mristin/[email protected].2
2222
with:
2323
allow-one-liners: 'true'

0 commit comments

Comments
 (0)