We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5007c26 commit bb65737Copy full SHA for bb65737
.github/workflows/lint.yml
@@ -9,6 +9,9 @@ jobs:
9
- uses: actions/checkout@v1
10
- name: Run commitlint
11
run: |
12
+ mkdir "${HOME}/.npm-packages"
13
+ npm config set prefix "${HOME}/.npm-packages"
14
+ export PATH="$PATH:$NPM_PACKAGES/bin"
15
npm install -g @commitlint/cli @commitlint/config-conventional
16
'echo "module.exports = {extends: [\"@commitlint/config-conventional\"]}" > commitlint.config.js'
17
npx commitlint --from=origin/master
0 commit comments