--- 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()'