Skip to content

perf: scan only single diag lines if win counts == grid size #47

perf: scan only single diag lines if win counts == grid size

perf: scan only single diag lines if win counts == grid size #47

Workflow file for this run

name: tests
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.x, 20.x]
architecture: [x64, x86]
steps:
- uses: actions/checkout@v3
- name: Node:${{ matrix.node-version }}, OS:${{ matrix.os }}, arch:${{ matrix.architecture }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: node tests