Skip to content

Merge pull request #3 from broadinstitute/kp_azure_pipeline_run_proto… #74

Merge pull request #3 from broadinstitute/kp_azure_pipeline_run_proto…

Merge pull request #3 from broadinstitute/kp_azure_pipeline_run_proto… #74

Workflow file for this run

# This workflow validates all pipeline WDL files using the 'womtool' tool.
name: WomtoolCheck
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main ]
jobs:
validate_wdl_job:
runs-on: ubuntu-latest
name: Validate all wdl using womtool
steps:
- uses: actions/checkout@v3
with:
repository: broadinstitute/smartseq2-single-nucleus-multisample
- name: Run womtools
run: |
./scripts/validate_wdls.sh