Skip to content

Commit

Permalink
Merge pull request #62 from gf-dcc/feat/linkml-ify
Browse files Browse the repository at this point in the history
Feat/linkml-ify
  • Loading branch information
anngvu authored Sep 6, 2023
2 parents e51e4df + 77b295d commit dac0207
Show file tree
Hide file tree
Showing 44 changed files with 40,146 additions and 65,730 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/schematic-schema-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:

workflow_dispatch:

env:
schema_filename: GF.csv

jobs:
build:
Expand All @@ -30,17 +28,18 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository

- name: Install schematic and convert schema
- name: Convert schema
shell: bash
run: |
pip3 install schematicpy
bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
git clone --depth 1 https://github.com/anngvu/retold.git
make
- name: Commit files
run: |
git config user.email "[email protected]"
git config user.name "github-actions"
git commit -m "Build csv, jsonld" -a
git commit -m "Build jsonld" -a
- name: Push changes
uses: ad-m/github-push-action@master
Expand All @@ -59,7 +58,7 @@ jobs:
pull-requests: write
strategy:
matrix:
schematic-version: [23.6.1]
schematic-version: [23.9.1]

steps:
- uses: actions/checkout@v3
Expand Down
411 changes: 0 additions & 411 deletions GF.csv

This file was deleted.

Loading

0 comments on commit dac0207

Please sign in to comment.