Skip to content

Commit

Permalink
ci: fix the pattern of commit lint (bnb-chain#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Aug 22, 2022
1 parent c3e3b11 commit 2e22fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/commitlint.config.js
Expand Up @@ -22,7 +22,7 @@ const validateTypeNums = (parsedCommit) => {
module.exports = {
parserPreset: {
parserOpts: {
headerPattern: /^(.*): .*/,
headerPattern: /^(.*):.*/,
}
},
extends: ['@commitlint/config-conventional'],
Expand Down

0 comments on commit 2e22fe3

Please sign in to comment.