13 lines
335 B
YAML
13 lines
335 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 'quit(save="no", status=length(lintr::lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))))'
|