Skip to content

Commit

Permalink
Merge pull request #4 from cboar/no-pipeline
Browse files Browse the repository at this point in the history
Add commitlint, disable redis pipeline
  • Loading branch information
cboar authored Oct 21, 2022
2 parents 59102cc + 24c5994 commit ba3cf44
Show file tree
Hide file tree
Showing 6 changed files with 966 additions and 12 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { 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
Loading

0 comments on commit ba3cf44

Please sign in to comment.