11
0
Fork 0
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:
wagoid 2021-07-15 15:50:37 -03:00
parent 0dd6697d4c
commit 5b6cd1b23a
5 changed files with 11 additions and 9 deletions

View file

@ -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.