Skip to content

feat: /learn command and adaptive learn loop agent (#290) (#303) #9

feat: /learn command and adaptive learn loop agent (#290) (#303)

feat: /learn command and adaptive learn loop agent (#290) (#303) #9

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create runtime files for volume mounts
run: |
touch .env
mkdir -p data
- run: make check