Skip to content

Commit

Permalink
Update commit-lint-problem-matcher.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcanaltin authored Feb 1, 2024
1 parent 7c91e2c commit e4d547e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-lint-problem-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"owner": "core-validate-commit",
"pattern": [
{
"regexp": "^not ok \\d+ (.*)$",
"regexp": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)",
"message": 1
}
]
}
]
}
}

0 comments on commit e4d547e

Please sign in to comment.