Skip to content

Sort schema columns first by TAP column index and then name #643

Sort schema columns first by TAP column index and then name

Sort schema columns first by TAP column index and then name #643

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