Skip to content

feat: add reasoning, coding, and creative prompt profiles #13

feat: add reasoning, coding, and creative prompt profiles

feat: add reasoning, coding, and creative prompt profiles #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test
- run: npm run lint