[test]Auto PR: library_generation.yaml generated from google spreadsheets using schemasheets #3
Workflow file for this run
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: generating other formats for library_generation | |
on: | |
pull_request_target: | |
types: [opened, synchronize] | |
paths: | |
- 'linkml-schema/library_generation.yaml' | |
permissions: | |
contents: write | |
jobs: | |
generate_from_reusable: | |
uses: brain-bican/models/.github/workflows/reusable-generate_other_formats.yaml@main | |
with: | |
model_name: library_generation |