Skip to content

Add GitHub CI workflow #1

Add GitHub CI workflow

Add GitHub CI workflow #1

Workflow file for this run

name: Ursa CI
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