Skip to content

Commit 52c2baa

Browse files
authored
Merge pull request #114 from linkml/exporting-without-tsv-templ
infer some descriptor_rows from table_config
2 parents f3323b9 + 7c428f4 commit 52c2baa

File tree

6 files changed

+508
-13
lines changed

6 files changed

+508
-13
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ jobs:
7272
path: htmlcov
7373
# Use always() to always run this step to publish test results when there are test failures
7474
if: ${{ always() }}
75+
76+
#----------------------------------------------
77+
# test generate-populate via `make scripts-all`
78+
#----------------------------------------------
79+
- name: generate-populate via make scripts-all
80+
run: make scripts-all

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ docker-publish: docker-build
105105

106106
docker-run:
107107
@docker run -v $(PWD):/work -w /work -ti $(IM):$(VERSION)
108+
109+
include scripts.makefile

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ build-backend = "poetry.core.masonry.api"
3232
sheets2linkml = "schemasheets.schemamaker:convert"
3333
linkml2sheets = "schemasheets.schema_exporter:export_schema"
3434
sheets2project = "schemasheets.sheets_to_project:multigen"
35+
36+
linkml2schemasheets-template = 'schemasheets.generate_populate:cli'

0 commit comments

Comments
 (0)