Skip to content

Update README to be more specific #12

Update README to be more specific

Update README to be more specific #12

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 community-packs.json
run: |
python3 util/validate-packs.py --follow-links community-packs.json