Skip to content

Updating schemaSet to be eventSchemaSet. #29

Updating schemaSet to be eventSchemaSet.

Updating schemaSet to be eventSchemaSet. #29

name: validate schemas
on:
pull_request:
paths:
- 'fabric/item/**/*.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install pytest
- name: Run tests
run: |
pytest