Skip to content

feat: zoom in on the game screen to show the players bot more closely and panning on game screen with mouse drag #227

feat: zoom in on the game screen to show the players bot more closely and panning on game screen with mouse drag

feat: zoom in on the game screen to show the players bot more closely and panning on game screen with mouse drag #227

Workflow file for this run

name: validate
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run test:e2e:install
- run: npm run test
- run: npm run test:e2e