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

feat: add commitlint action

This commit is contained in:
Wagner Santos 2019-10-01 20:09:37 -03:00
parent 083d21442d
commit 478fbaff69
7 changed files with 2185 additions and 0 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}