Skip to content

DO NOT MERGE: Make a dummy change to schema for testing #807

DO NOT MERGE: Make a dummy change to schema for testing

DO NOT MERGE: Make a dummy change to schema for testing #807

Workflow file for this run

name: Validate SDM schemas using Felis
on: [push, workflow_dispatch]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip uv
uv pip install --system -r requirements.txt
- name: Validate YAML files
run: felis validate --check-redundant-datatypes ./yml/*.yaml