Skip to content

Updated make and just build targets #16

Updated make and just build targets

Updated make and just build targets #16

name: Validate-Ingest-Metadata-YAML
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
types: trigger-validate-ingest-metadata-yaml
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install dependencies
run: uv sync
- name: Validate YAML file
run: uv run yamllint -c .yamllint-config src/ingest_metadata/schema/ingest_metadata.yaml