added new wokring function, inorder to bypass BUG in filter base_url #94
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: Generate API | |
on: push | |
jobs: | |
generate-api: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Generate sdRDM library | |
uses: JR-1991/generate-sdrdm-api@main | |
with: | |
library_name: pyeed | |
schema_path: "./specifications/sequence_record.md" | |
out_dir: "./" | |
branch: "63-terms-and-external-model-handling" |