Skip to content

Release 2.0.0-alpha.3 #10

Release 2.0.0-alpha.3

Release 2.0.0-alpha.3 #10

Workflow file for this run

name: PR checks
on:
pull_request:
branches: ['main']
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn test