Skip to content

Improve scanner frontmatter handling #10

Improve scanner frontmatter handling

Improve scanner frontmatter handling #10

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: python -m unittest discover -s tests -p "test_*.py"
- name: Run CLI on safe fixture
run: python scripts/scan.py tests/fixtures/safe-skill
- name: Run CLI on repository skill
run: python scripts/scan.py SKILL.md