Merge pull request #292 from lsst/tickets/DM-48106 #1007
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Schemas | |
on: [push, workflow_dispatch] | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@v4 | |
- name: Setup Python and install dependencies | |
uses: ./.github/actions/setup-test-environment | |
- name: Validate YAML files | |
run: felis validate --check-redundant-datatypes ./yml/*.yaml |