Skip to content

due to client bug, it's not always possible to know what cards were d… #93

due to client bug, it's not always possible to know what cards were d…

due to client bug, it's not always possible to know what cards were d… #93

Workflow file for this run

name: Test
on: { push: { branches: [ main ] }, pull_request: { branches: [ main ] } }
jobs:
test:
runs-on: ubuntu-latest
steps:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18.20 || ^20.10 || >=22 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^10, run_install: true } }
- run: echo $PWD/node_modules/.bin:$PATH > $GITHUB_PATH
- run: scripts/test.sh