Skip to content

added leela chess zero engine (cpu version) and stockfish 16 #304

added leela chess zero engine (cpu version) and stockfish 16

added leela chess zero engine (cpu version) and stockfish 16 #304

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm ci
- run: npm run lint