Skip to content

Update extension workflows and docs #13

Update extension workflows and docs

Update extension workflows and docs #13

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