Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Update README.md

Update README.md #952

Workflow file for this run

name: Run Tests
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm i
- run: npm run lint
- run: npm run typecheck
- run: npm t