Skip to content

Remove Spectral dependency (#92) #82

Remove Spectral dependency (#92)

Remove Spectral dependency (#92) #82

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run build