Skip to content

Add Georgia court-docs plugin with 25 skills and reference corpus #58

Add Georgia court-docs plugin with 25 skills and reference corpus

Add Georgia court-docs plugin with 25 skills and reference corpus #58

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