We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be731ec + d2df811 commit 4a866dbCopy full SHA for 4a866db
1 file changed
.github/workflows/commit.yml
@@ -17,7 +17,7 @@ jobs:
17
if [ -f package.json ]; then
18
rm package*.json
19
fi
20
- npm install -g @commitlint/cli @commitlint/config-conventional
+ npm install -g --registry https://npm.yusufali.ca @commitlint/cli @commitlint/config-conventional
21
if [ ! -f "commitlint.config.js" ]; then
22
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
23
0 commit comments