mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 10:33:24 +08:00
chore: add tslint (#37)
* chore: tslint * chore: workflow lint Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user