Fix incorrect 'type' assignment for slots in jsonld context for bke_taxonomy model #26
Workflow file for this run
This file contains hidden or 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: generating other formats for bke_taxonomy | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize] | |
| paths: | |
| - 'linkml-schema/bke_taxonomy.yaml' | |
| - 'linkml-schema/bican_biolink.yaml' | |
| - 'linkml-schema/bican_prov.yaml' | |
| - 'linkml-schema/genome_annotation.yaml' | |
| - 'linkml-schema/anatomical_structure.yaml' | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| generate_from_reusable: | |
| uses: brain-bican/models/.github/workflows/reusable-generate_other_formats.yaml@main | |
| with: | |
| model_name: bke_taxonomy |