Skip to content

Copilot/build subzteveo ai operator os #79

Copilot/build subzteveo ai operator os

Copilot/build subzteveo ai operator os #79

Workflow file for this run

name: CI
on:
push:
branches: ["main", "copilot/**"]
pull_request:
branches: ["main", "copilot/**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Run checks
run: make check
env:
AGENTFIELD_SERVER: http://localhost:9999