Skip to content

Commit bb65737

Browse files
authored
chore: tet again
1 parent 5007c26 commit bb65737

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- uses: actions/checkout@v1
1010
- name: Run commitlint
1111
run: |
12+
mkdir "${HOME}/.npm-packages"
13+
npm config set prefix "${HOME}/.npm-packages"
14+
export PATH="$PATH:$NPM_PACKAGES/bin"
1215
npm install -g @commitlint/cli @commitlint/config-conventional
1316
'echo "module.exports = {extends: [\"@commitlint/config-conventional\"]}" > commitlint.config.js'
1417
npx commitlint --from=origin/master

0 commit comments

Comments
 (0)