11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-05 17: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

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. See [standa
* Node.js version used on the action updated from 12 to
16
* Config files now need to be renamed from .js to .cjs
### Features