Skip to content

fix: fix builtin type handling #8

fix: fix builtin type handling

fix: fix builtin type handling #8

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm install
- run: npm test