Skip to content

Update content.yaml #24

Update content.yaml

Update content.yaml #24

on:
push:
branches-ignore:
- "master"
jobs:
check_content:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- run: |
python -m pip install pyyaml jsonschema
- run: |
python schema/test_content.py