Skip to content

refactor: consolidate 0-slots handling to rely on markdown #192

refactor: consolidate 0-slots handling to rely on markdown

refactor: consolidate 0-slots handling to rely on markdown #192

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test