Skip to content

Merge pull request #16 from codearranger/claude/ecstatic-babbage-qyqhzu #47

Merge pull request #16 from codearranger/claude/ecstatic-babbage-qyqhzu

Merge pull request #16 from codearranger/claude/ecstatic-babbage-qyqhzu #47

Workflow file for this run

name: lint-skills
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint SKILL.md frontmatter
run: python3 scripts/lint-skills.py
- name: Install pytest
run: pip install pytest
- name: Run case-calendar tests
run: python3 -m pytest tests/ -q