chanzuckerberg / idseq-workflows

Portable WDL workflows for IDseq production pipelines
https://idseq.net/
MIT License
31 stars 12 forks source link

run `miniwdl check` through pre-commit #2

Closed mlin closed 4 years ago

mlin commented 4 years ago

@kislyuk here's what it looks like to set up miniwdl check through pre-commit instead of the Makefile. In addition to the CI setup, if one has pre-commit (and miniwdl) installed locally, then pre-commit run in the repo checks modified .wdl files (or all .wdl files with --all-files) and pre-commit install sets that up to happen on each git commit