Skip to content

Implement Step Through and Auto Play modes in ENKI Debate Arena #9

Implement Step Through and Auto Play modes in ENKI Debate Arena

Implement Step Through and Auto Play modes in ENKI Debate Arena #9

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
- run: node scripts/doctor.js