Skip to content

Sn pod 2203 hard clone workspace #126

Sn pod 2203 hard clone workspace

Sn pod 2203 hard clone workspace #126

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