Skip to content

update dockerfile version to 0.8.4 #66

update dockerfile version to 0.8.4

update dockerfile version to 0.8.4 #66

Workflow file for this run

name: WDL linter CI
on:
pull_request:
branches: master
jobs:
run-miniwdl:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.8' # specify the Python version you need
- name: Install MiniWDL
run: |
python -m pip install --upgrade pip
pip install miniwdl
- name: Run MiniWDL
run: |
# Add the commands to run your MiniWDL workflow
miniwdl check --suppress UnknownRuntimeKey mbin_nmdc.wdl