Skip to content

Add live-demo link and npm/license badges to the README #7

Add live-demo link and npm/license badges to the README

Add live-demo link and npm/license badges to the README #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
with:
version: 10
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
# biome check + tsc --noEmit + vitest run
- run: pnpm run check
- run: pnpm run build