Skip to content

Document why some shows can't be found #6

Document why some shows can't be found

Document why some shows can't be found #6

Workflow file for this run

name: Build and test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '23.x'
- run: npm ci
- run: npm run build
- run: npm test