Update lint action
parent
c9b1f52382
commit
2c2a97de73
|
@ -13,12 +13,15 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Use Node.js 14.x
|
- name: Use Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
version: 14.x
|
version: 14.x
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
uses: bahmutov/npm-install@v1
|
run: yarn
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
|
||||||
|
- name: Type Checks
|
||||||
|
run: tsc
|
||||||
|
|
Loading…
Reference in New Issue