Skip to content

Merge pull request #7 from AustralianBioCommons/feat/sample-type-enum #74

Merge pull request #7 from AustralianBioCommons/feat/sample-type-enum

Merge pull request #7 from AustralianBioCommons/feat/sample-type-enum #74

Workflow file for this run

name: Validate Data Dictionary
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies via Poetry
run: |
poetry install --no-interaction --no-root
- name: Run gen3schemadev validate
run: |
poetry run gen3schemadev validate -y dictionary/prod_dict