Skip to content

Commit

Permalink
Merge pull request #164 from obophenotype/odk15-migration
Browse files Browse the repository at this point in the history
ODK 1.5 migration
  • Loading branch information
matentzn authored Apr 21, 2024
2 parents b7d3a44 + e260766 commit 31ca267
Show file tree
Hide file tree
Showing 17 changed files with 334 additions and 109 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
Expand All @@ -19,12 +19,12 @@ jobs:
ontology_qc:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.3.0
container: obolibrary/odkfull:v1.5

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run ontology QC checks
env:
Expand Down
Loading

0 comments on commit 31ca267

Please sign in to comment.