Skip to content

ci: add marketplace + skill structure validation workflow (#8) #3

ci: add marketplace + skill structure validation workflow (#8)

ci: add marketplace + skill structure validation workflow (#8) #3

Workflow file for this run

name: Validate Marketplace
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
validate:
name: validate-marketplace
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate marketplace + skills structure
run: python3 scripts/ci/validate_marketplace.py