Skip to content

fixes #2: close remaining passed iterators after being closed #12

fixes #2: close remaining passed iterators after being closed

fixes #2: close remaining passed iterators after being closed #12

Workflow file for this run

name: Build spec
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: >
npm ci &&
npm run build &&
npm run spec
- name: Test
run: npm test