forked from GRIAC/system_genetics
Added Drone with R linter.
This commit is contained in:
parent
ae75ad9f9d
commit
37bde351e1
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
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()'
|
||||
|
Loading…
Reference in New Issue
Block a user