Skip to content

Merge pull request #5 from maxcai314/master #70

Merge pull request #5 from maxcai314/master

Merge pull request #5 from maxcai314/master #70

Workflow file for this run

name: Type Check
on:
push:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v1
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn type:check