11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-06 09:36:53 +00:00

fix: also check range of commits for push events

This covers the case when sending multiple commits together in ome push.
This commit is contained in:
Wagner Santos 2019-11-23 18:22:00 -03:00
parent dbcd202509
commit aa3e7ae63b
3 changed files with 1436 additions and 1420 deletions

View file

@ -16,7 +16,6 @@
"homepage": "https://github.com/wagoid/commitlint-github-action",
"dependencies": {
"@actions/core": "1.1.1",
"@actions/exec": "1.0.1",
"@actions/github": "1.1.0",
"@commitlint/config-angular": "8.2.0",
"@commitlint/config-conventional": "8.2.0",