Skip to content

Commit

Permalink
ci: добавлен commit-lint и husky
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 13, 2023
1 parent b545f8d commit 44afa03
Show file tree
Hide file tree
Showing 4 changed files with 2,114 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@commitlint/config-conventional"
]
}
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
Loading

0 comments on commit 44afa03

Please sign in to comment.