Skip to content

Performance improvements with fine-grained reactivity #9

Performance improvements with fine-grained reactivity

Performance improvements with fine-grained reactivity #9

Workflow file for this run

name: Check
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: svelte-check
run: npm run check
- name: Unit tests
run: npm test