Files
rampstackco--claude-skills/.github/workflows/lint.yml
T
wehub-resource-sync e011bb26cd
Lint skills / Validate catalog structure (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:36:55 +08:00

28 lines
528 B
YAML

name: Lint skills
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Validate catalog structure
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: pip install pyyaml
- name: Run skill linter
run: python .github/scripts/lint_skills.py