Skip to content

Add v0.6 CLI dev entry pack #1

Add v0.6 CLI dev entry pack

Add v0.6 CLI dev entry pack #1

Workflow file for this run

name: validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install pytest
- run: python scripts/validate-skills.py
- run: bash scripts/check-pack.sh .
- run: PYTHONPATH=src pytest -q