Skip to content

fix: improve test.html visual clarity and verify-rule skill #283

fix: improve test.html visual clarity and verify-rule skill

fix: improve test.html visual clarity and verify-rule skill #283

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm lint
- run: pnpm build
- run: pnpm test
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install chromium
- run: pnpm test:e2e