Skip to content

Added an online demo for easy testing. #249

Added an online demo for easy testing.

Added an online demo for easy testing. #249

Workflow file for this run

name: Code quality
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- name: Types
run: npx tsc --noEmit
- name: Linting
run: npm run lint
- name: Locale snapshots
run: npm run locale-snapshots -- test