Skip to content

chore: route pull requests to repository maintainer #25

chore: route pull requests to repository maintainer

chore: route pull requests to repository maintainer #25

Workflow file for this run

name: ci
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- run: python -m pip install -e . uv
- run: python -m unittest discover -s tests
- run: skill2 scan skills --json > /tmp/skill2-inventory.json
- run: skill2 lint skills
- run: skill2 package-check .