Skip to content

Merge pull request #526 from ruilisi/bump-version-0.19.3 #123

Merge pull request #526 from ruilisi/bump-version-0.19.3

Merge pull request #526 from ruilisi/bump-version-0.19.3 #123

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn lint
- run: yarn test