Skip to content

docs: anonymize copyright notice #3

docs: anonymize copyright notice

docs: anonymize copyright notice #3

Workflow file for this run

name: Validate repository
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run unit tests
run: python -m unittest discover -s tests -v
- name: Validate skill frontmatter
run: python scripts/validate_skills.py