Skip to content

Add first spec version #11

Add first spec version

Add first spec version #11

Workflow file for this run

name: Build spec
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build