Skip to content

Add zoom-out color blocks for Graph and Code #82

Add zoom-out color blocks for Graph and Code

Add zoom-out color blocks for Graph and Code #82

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run test suite
run: node --test tests/*.test.mjs tests/*.smoke.js