From d52d3c16f00a60fe24719e47e1f2100d8a98850f Mon Sep 17 00:00:00 2001 From: avahoffman Date: Fri, 27 Oct 2023 12:45:00 -0400 Subject: [PATCH] Update config_automation.yml --- config_automation.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index d9bb7bdd2..431f74954 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -1,2 +1,27 @@ + +##### Checks run at pull request ##### +# Check quiz formatting +check-quizzes: no +# Check that urls in the content are not broken +url-checker: yes +# Render preview of content with changes (Rmd's and md's are checked) +render-preview: yes +# Spell check Rmds and quizzes +spell-check: yes # Style any R code -style-code: no +style-code: yes +# Test build the docker image if any docker-relevant files have been changed +docker-test: no + +##### Renderings run upon merge to main branch ##### +# Rendering each platform's content +render-bookdown: yes +render-leanpub: no +render-coursera: no + +##### Rendering of student guide (if applicable) +render-student-guide: no + +# What docker image should be used for rendering? +# The default is jhudsl/course_template:main +rendering-docker-image: 'jhudsl/base_ottr:main'