Skip to content

Merge pull request #163 from loathers/thicc #219

Merge pull request #163 from loathers/thicc

Merge pull request #163 from loathers/thicc #219

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn run test --no-threads
- name: Run type check
run: yarn tsc