Skip to content

Refactor REPL output to HTML rendering #7

Refactor REPL output to HTML rendering

Refactor REPL output to HTML rendering #7

Workflow file for this run

name: Run Unit Tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test