Skip to content

Hardening v0.4.x skill-as-code structural closure #704

Hardening v0.4.x skill-as-code structural closure

Hardening v0.4.x skill-as-code structural closure #704

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
runtime-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install checker dependencies
run: python -m pip install --upgrade pip -r requirements-ci.txt
- name: Build and verify runtime
run: python tools/run_local_ci.py --strict-pwsh