system_genetics/.drone.yml
Hylke Cornelis Donker f9fb14873a
Some checks failed
continuous-integration/drone/push Build is failing
Another try of drone
2019-12-12 16:46:39 +01:00

13 lines
219 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: lintr
image: jupyter/datascience-notebook
commands:
- Rscript -e 'devtools::install_github("jimhester/lintr")'
- Rscript -e 'lintr::lint_package()'