Skip to content

[codex] add deterministic CI and ecosystem layout #1

[codex] add deterministic CI and ecosystem layout

[codex] add deterministic CI and ecosystem layout #1

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deterministic:
name: deterministic-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v6
with:
python-version: "3.13"
- name: Run tests
run: uvx --python 3.13 --from pytest --with pyyaml --with sqlite-vec pytest -q
- name: Validate skill packages
run: bin/work-bundle-skill validate