Skip to content

Move specialised FlatClosure classes into their only user, 'interpreter' #426

Move specialised FlatClosure classes into their only user, 'interpreter'

Move specialised FlatClosure classes into their only user, 'interpreter' #426

Workflow file for this run

name: Ursa CI
on: [ push, pull_request ]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test-all