mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-03 08:16:54 +00:00
fix: default to .cjs extension in config files
This commit is contained in:
parent
0dd6697d4c
commit
5b6cd1b23a
5 changed files with 11 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ You can supply these inputs to the `wagoid/commitlint-github-action@v3` step.
|
|||
|
||||
The path to your commitlint config file.
|
||||
|
||||
Default: `commitlint.config.js`
|
||||
Default: `commitlint.config.cjs`
|
||||
|
||||
If the config file doesn't exist, [config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) settings will be loaded as a default fallback.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue