Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
biowdl
tasks
Commits
a411311e
Commit
a411311e
authored
Jul 07, 2021
by
cagaser
Browse files
update CI.yml
parent
ff2b1efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
a411311e
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment