Skip to content

Add StarTrackerWide yaml for consDB #593

Add StarTrackerWide yaml for consDB

Add StarTrackerWide yaml for consDB #593

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