Merge pull request #753 from planetarium/feature/9c-single #456
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: lint | |
on: [push, pull_request] | |
jobs: | |
validate-json-schema: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install ajv-cli | |
run: yarn global add ajv-cli | |
- name: Validate JSON files having schema | |
run: | | |
.github/scripts/validate-json-schema.sh |