Skip to content

Commit

Permalink
Update config_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Oct 27, 2023
1 parent 07ccd52 commit d52d3c1
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion config_automation.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit d52d3c1

Please sign in to comment.