Skip to content

Add note about type inference #12

Add note about type inference

Add note about type inference #12

Workflow file for this run

name: Tests
on:
push:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn test