Skip to content

Update prompt

Update prompt #52

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
env:
CODECRAFTERS_SECRET_OPENROUTER_API_KEY: ${{ secrets.CODECRAFTERS_SECRET_OPENROUTER_API_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.25.5
- name: Install Claude Code
run: curl -fsSL https://claude.ai/install.sh | bash
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Run tests
run: make test