system_genetics/.drone.yml

13 lines
240 B
YAML
Raw Normal View History

2019-12-12 16:40:57 +01:00
---
kind: pipeline
type: docker
name: default
steps:
2019-12-12 16:46:39 +01:00
- name: lintr
image: jupyter/datascience-notebook
commands:
2019-12-12 17:00:44 +01:00
- export TAR="/bin/tar"
2019-12-12 16:46:39 +01:00
- Rscript -e 'devtools::install_github("jimhester/lintr")'
2019-12-12 17:18:21 +01:00
- Rscript -e 'lintr::lint_dir()'