Skip to content

Commit

Permalink
CI: validate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Sep 22, 2024
1 parent 68179c7 commit a075398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
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 example/versions.json
- name: Validate community-packs.json
run: |
python3 util/validate-packs.py --follow-links community-packs.json

0 comments on commit a075398

Please sign in to comment.