Skip to content

Zoom the grid only, not the toolbar #36

Zoom the grid only, not the toolbar

Zoom the grid only, not the toolbar #36

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build (compile + bundle)
run: npm run compile