Skip to content

Commit

Permalink
ci: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jun 20, 2022
1 parent bfd5ddc commit 45fdc11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"words": [
"dvirtz",
"tempy",
"Yitzchaki"
"Yitzchaki",
"commitlint"
],
"ignorePaths": [
"node_modules/**"
Expand Down
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cat "$1" | npx cspell stdin
npx --no-install commitlint --edit "$1"

0 comments on commit 45fdc11

Please sign in to comment.