Skip to content

Fix issue with arrows not showing when MultiPV = 1 #302

Fix issue with arrows not showing when MultiPV = 1

Fix issue with arrows not showing when MultiPV = 1 #302

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