Skip to content

refactor: transition to declarative format.yaml and Claude subagent f… #2

refactor: transition to declarative format.yaml and Claude subagent f…

refactor: transition to declarative format.yaml and Claude subagent f… #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
smoke:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Smoke test
run: bash scripts/smoke.sh