Skip to content

fix gen-python, remove inlining, and add test for schema validation #104

fix gen-python, remove inlining, and add test for schema validation

fix gen-python, remove inlining, and add test for schema validation #104

name: Validate Infores Catalog
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
types: trigger-validate-biolink-yaml
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate YAML file
run: yamllint -c .yamllint-config src/information_resource_registry/schema/information_resource_registry.yaml