Added Drone with R linter.

This commit is contained in:
Hylke Cornelis Donker 2019-12-12 16:40:57 +01:00
parent ae75ad9f9d
commit 37bde351e1
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View 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()'