Skip to content

fix the missing undefined branch of nullable #20

fix the missing undefined branch of nullable

fix the missing undefined branch of nullable #20

Workflow file for this run

name: Test workflow
on:
push:
branches: ["*"]
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 17.x
uses: actions/setup-node@v3
with:
node-version: "17.x"
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Types
run: npm run typecheck