print out comment if this workspace has been cleaned up #415
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow validates all pipeline WDL files in TAG-public repo using the 'womtool' tool. | |
name: WomtoolCheck | |
on: | |
push: | |
branches: | |
- '*' | |
jobs: | |
validate_wdl_job: | |
runs-on: ubuntu-latest | |
name: Validate all wdl using womtool | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
repository: broadinstitute/TAG-public | |
- name: Run womtools | |
run: | | |
./test_scripts/validate_wdls.sh |