.git:commitlint does not work for some typeScript project
The .git:commitlint
jobs does not work for alphabet/laboite-blog-api> typeScript since the docker image is updated to commitlint
version 16 in typeScript.
I opened an upstream bug report to avoid loading the project tsconfig.json
which has nothing to do with commitlint
.
As a temporary workaround we should change the current working directory and use the --cwd
option to commitlint
.