Skip to content

Commit

Permalink
Update validate-and-publish-wcmp2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Apr 5, 2024
1 parent 301f585 commit 9a49ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-and-publish-wcmp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install https://github.com/wmo-im/pywcmp/archive/master.zip
pip3 install https://github.com/wmo-im/pywis-pubsub/archive/main.zip
- name: Cache WCMP2 schemas for validation
run: |
pywcmp bundle sync
- name: Validate WCMP2 records
run: |
find . -type f -name "*.json" -exec pywcmp ets validate {} \;
Expand Down

0 comments on commit 9a49ae5

Please sign in to comment.