Skip to content

Merge branch 'main' of https://github.com/mair-community/mosaic #5

Merge branch 'main' of https://github.com/mair-community/mosaic

Merge branch 'main' of https://github.com/mair-community/mosaic #5

Workflow file for this run

name: Validate catalog
on:
pull_request:
push:
branches:
- main
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jsonschema
- name: Validate catalog
run: python scripts/validate_catalog.py
- name: Update badge
run: python scripts/update_mosaic_badge.py