Skip to content

Limit shape span, increase grid size #2

Limit shape span, increase grid size

Limit shape span, increase grid size #2

Workflow file for this run

name: Unit tests
on:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install requirements
run: npm ci
- name: Test
run: npm t