build(deps): bump word-wrap from 1.2.3 to 1.2.4 #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Validate Asset list | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
validate_assetlists: | |
name: Validate Asset lists | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Validate Asset List schema | |
uses: vanekj/validate-json-action@v1 | |
with: | |
schema: assetlist.schema.json | |
pattern: osmosis-1/*.assetlist.json |