Skip to content

feat: add verify-rule skill for Chromium-driven rule validation #274

feat: add verify-rule skill for Chromium-driven rule validation

feat: add verify-rule skill for Chromium-driven rule validation #274

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