You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a commitlint.config.mjs file to my repo under ./github/workflows/config/commitlint.config.mjs
However, it was never picked up, even when that path was specified under configFile emanually
After lots of testing, I found that it appears commitlint only pulls a config file from the root directory (no other location), even though you can manually specify the location.
Is this expected?
I didn't see the loaded config path printed in the CI output (even when running with debug) - this would have been very helpful (or even "Using default config") - could this be added?