Skip to content

Merge pull request #3 from MIDRC/chore/adding_more_version_info #17

Merge pull request #3 from MIDRC/chore/adding_more_version_info

Merge pull request #3 from MIDRC/chore/adding_more_version_info #17

Workflow file for this run

name: CI
on:
# run on pushed commits to master and on new commits on pull requests
push:
pull_request:
types: [opened, synchronize]
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'false'
secrets: inherit # pragma: allowlist secret
validate-tool:
uses: ARPA-H-BDF/bdfkb-schema/.github/workflows/ci-validate.yaml@main
with:
python-version: '3.9'