Skip to content

CLI: simplify construction of code to serialize #22

CLI: simplify construction of code to serialize

CLI: simplify construction of code to serialize #22

Workflow file for this run

name: Ursa CI
on: [ push, pull_request ]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build and test
run: npm test