Completion v3.1 #23
Workflow file for this run
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: check master manifest | |
on: | |
push: | |
branches: | |
- feature/* | |
pull_request: | |
branches: | |
- main | |
jobs: | |
manifest: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Check master extensions manifest | |
run: | | |
pip install --user check-jsonschema | |
check-jsonschema --schemafile json-schema/master-manifest.json extensions.json |