Skip to content

Add capability to analyze user's Maia play, hand and brain games. Add games to profile page #56

Add capability to analyze user's Maia play, hand and brain games. Add games to profile page

Add capability to analyze user's Maia play, hand and brain games. Add games to profile page #56

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: ['**']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn
- run: yarn lint
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20']
name: Node ${{ matrix.node }} Build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn build