system_genetics/.drone.yml
Hylke Cornelis Donker bd9524bf2c
Some checks failed
continuous-integration/drone/push Build is failing
Accidentally forgot lintr.
2019-12-12 17:32:42 +01:00

13 lines
302 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: lintr
image: jupyter/datascience-notebook
commands:
- export TAR="/bin/tar"
- Rscript -e 'devtools::install_github("jimhester/lintr")'
- Rscript -e 'lintr:lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))'