Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn
- run: yarn test
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}