Skip to content

Merge pull request #24 from MIDRC/add/contributing #70

Merge pull request #24 from MIDRC/add/contributing

Merge pull request #24 from MIDRC/add/contributing #70

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]
permissions:
contents: read
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'