Skip to content
Snippets Groups Projects
Commit a411311e authored by cagaser's avatar cagaser
Browse files

update CI.yml

parent ff2b1efb
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,8 @@ name: Continuous integration
on:
pull_request:
paths:
- "**.wdl" # Workflow files and task
- "**.yml" # Ci configuration, tests and docker images
- "!docs/**"
paths_ignore:
- "docs/**"
defaults:
run:
......@@ -29,4 +27,4 @@ jobs:
- name: install requirements
run: conda install -n test cromwell miniwdl wdl-aid
- name: run linting
run: bash scripts/biowdl_lint.sh
\ No newline at end of file
run: bash scripts/biowdl_lint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment