Skip to content

chore: 0.1.0-beta.41 #369

chore: 0.1.0-beta.41

chore: 0.1.0-beta.41 #369

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install
run: npx npm@7 install
- name: test
run: npm run test
- name: eslint
run: npm run lint
- name: tsc
run: npm run typecheck