Skip to content

Allowing multivalued to be used in slot expressions as well as top level slots. #99

Allowing multivalued to be used in slot expressions as well as top level slots.

Allowing multivalued to be used in slot expressions as well as top level slots. #99

name: validate-yaml-syntax
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Validate YAML file
run: yamllint -c .yamllint-config linkml_model/model/schema/*.yaml