Skip to content

Commit

Permalink
adding wf for librarygen
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Dec 9, 2024
1 parent f425ac4 commit ecbe1a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lib-generate_other_formats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: generating other formats

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@test/ga_generate
with:
model_name: library_generation

0 comments on commit ecbe1a4

Please sign in to comment.