Skip to content

Improve types for nullable and optional sub entities #2

Improve types for nullable and optional sub entities

Improve types for nullable and optional sub entities #2

Workflow file for this run

name: Pull request
on:
pull_request:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: make build