mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
helpUrl: 'https://example.org',
|
|
}
|