Skip to content

Move free and bound variable calculation back from @ursa/ohm-grammar #21

Move free and bound variable calculation back from @ursa/ohm-grammar

Move free and bound variable calculation back from @ursa/ohm-grammar #21

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