Skip to content

Add team names, game IDs and links to bulk pairings output #56

Add team names, game IDs and links to bulk pairings output

Add team names, game IDs and links to bulk pairings output #56

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm test