Skip to content

Update community-packs.json #25

Update community-packs.json

Update community-packs.json #25

Workflow file for this run

# This workflow will validate json files against their schema
name: validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install -y python3-pip
pip3 install -r util/requirements.txt
- name: Validate examples
run: |
python3 util/validate-packs.py examples/packs.json
python3 util/validate-versions.py examples/versions.json
- name: Validate community-packs.json
run: |
python3 util/validate-packs.py --follow-links community-packs.json