Skip to content

No issue - fix escape for grid #196

No issue - fix escape for grid

No issue - fix escape for grid #196

Workflow file for this run

name: CI tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
- run: npm i
- run: npm test
env:
CI: true