Skip to content

Point CLAUDE.md to AGENTS.md #72

Point CLAUDE.md to AGENTS.md

Point CLAUDE.md to AGENTS.md #72

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm tsc
- run: pnpm lint
- run: pnpm audit --audit-level=high --prod