Skip to content

Commit

Permalink
update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagaser committed Jul 7, 2021
1 parent ff2b1ef commit a411311
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
run: bash scripts/biowdl_lint.sh

0 comments on commit a411311

Please sign in to comment.