Skip to content

Merge branch 'main' of github.com:loathers/oaf #253

Merge branch 'main' of github.com:loathers/oaf

Merge branch 'main' of github.com:loathers/oaf #253

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