This repository provides a plugin for pre-commit to perform miniwdl check on WDL files.
To include this hook, add this repo: entry to the repos list in
.pre-commit-config.yaml in the root of your repository:
repos:
- repo: https://github.com/cvaske/miniwdl-pre-commit.git
rev: v1.6.0
hooks:
- id: miniwdl-checkTags here should correspond to the same tag in the miniwdl repository. The python package is a shell that installs the corresponding miniwdl version for the pre-commit.