Compare commits
3 Commits
828476002a
...
37bde351e1
Author | SHA1 | Date | |
---|---|---|---|
|
37bde351e1 | ||
|
ae75ad9f9d | ||
|
1dcf333571 |
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()'
|
||||
|
Reference in New Issue
Block a user