babel-plugin-jsx/.github/workflows/test.yml
xrk ee0d544c24
chore: add tslint (#37)
* chore: tslint

* chore: workflow lint

Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
2020-07-19 14:47:24 +08:00

20 lines
283 B
YAML

name: test
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test