Skip to content

docs: add author's testing.md — the philosophy that survived 14 skills #73

docs: add author's testing.md — the philosophy that survived 14 skills

docs: add author's testing.md — the philosophy that survived 14 skills #73

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: Lint & check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Use Node.js 22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Grader unit tests
run: npx tsx evals/test-grader.ts