Skip to content

update wdl to get right output from task #144

update wdl to get right output from task

update wdl to get right output from task #144

Workflow file for this run

# This workflow validates all pipeline WDL files (those found in the pipelines/ projects/ and beta-pipelines directories) using the 'womtool' tool.
name: WomtoolCheck
on:
push:
branches: [ main ]
paths:
- 'wdl/**'
pull_request:
branches: [ main ]
paths:
- 'wdl/**'
jobs:
validate_wdl_job:
runs-on: ubuntu-latest
name: Validate all wdl using womtool
steps:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: actions/checkout@v2
- name: Run womtools
run: |
./scripts/validate_wdls.sh