chore: add tslint (#37)

* chore: tslint

* chore: workflow lint

Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
This commit is contained in:
xrk
2020-07-19 14:47:24 +08:00
committed by GitHub
parent 6b0b7534a4
commit ee0d544c24
10 changed files with 321 additions and 106 deletions

View File

@ -10,7 +10,10 @@ jobs:
uses: actions/checkout@v2
- name: install
run: yarn install --pure-lockfile
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test