Skip to content

Remove forward referencing for simplicity #206

Remove forward referencing for simplicity

Remove forward referencing for simplicity #206

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: "Build (and lint) the package"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install NPM dependencies
run: npm ci
- name: Build (and lint) the package
run: npm run build