Another yaml test.
This commit is contained in:
parent
8da696c514
commit
9b64bb65fa
17
.drone.yml
17
.drone.yml
@ -10,8 +10,17 @@ steps:
|
|||||||
- export TAR="/bin/tar"
|
- export TAR="/bin/tar"
|
||||||
- Rscript -e 'devtools::install_github("jimhester/lintr")'
|
- Rscript -e 'devtools::install_github("jimhester/lintr")'
|
||||||
# Lint the document, printing output.
|
# Lint the document, printing output.
|
||||||
- Rscript -e 'lintr::lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"),
|
- |
|
||||||
maybe("md"), end))'
|
Rscript -e 'lintr::lint_dir(
|
||||||
|
path=".",
|
||||||
|
pattern=rex::rex(".", one_of("Rr"), maybe("md"), end)
|
||||||
|
)'
|
||||||
# Return non-zero exit code (no output is printed).
|
# Return non-zero exit code (no output is printed).
|
||||||
- Rscript -e 'quit(save="no", status=length(lintr::lint_dir(path=".",
|
- |
|
||||||
pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))))'
|
Rscript -e 'quit(
|
||||||
|
save="no",
|
||||||
|
status=length(
|
||||||
|
lintr::lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"),
|
||||||
|
end))
|
||||||
|
)
|
||||||
|
)'
|
||||||
|
Loading…
Reference in New Issue
Block a user