chore: add npm-install actions

This commit is contained in:
陈嘉涵 2019-12-19 15:17:54 +08:00
parent 0620f5bd52
commit 6f6b72bc95

View File

@ -12,7 +12,7 @@ jobs:
node-version: '12.x'
- name: Install dependencies
run: yarn
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint