11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-06 17:46:54 +00:00

fix: do not run workflow commands in commit messages

This commit is contained in:
ylemkimon 2020-11-11 17:04:48 +00:00 committed by GitHub
parent 357a378538
commit d67c2ec96c
3 changed files with 26 additions and 4 deletions

View file

@ -30,7 +30,8 @@
"conventional-changelog-lint-config-canonical": "^1.0.0",
"dargs": "^7.0.0",
"execa": "^4.0.3",
"lerna": "^3.22.1"
"lerna": "^3.22.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"@commitlint/test": "^9.0.1",