File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed
Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 11
2+ # ## Render preview of content with changes (Rmd's and md's are checked)
3+ render-preview : true
4+
25# #### Checks run at pull request #####
36# Check quiz formatting
4- check-quizzes : no
7+ check-quizzes : false
8+ quiz_error_min : 0
59# Check that urls in the content are not broken
6- url-checker : yes
7- # Render preview of content with changes (Rmd's and md's are checked)
8- render-preview : yes
10+ url-checker : true
11+ url_error_min : 0
912# Spell check Rmds and quizzes
10- spell-check : yes
13+ spell-check : true
14+ spell_error_min : 0
15+
16+ # ### Other options
1117# Style any R code
12- style-code : yes
18+ style-code : true
1319# Would you like your markdown files to be checked for formatting
14- markdown-linter : yes
20+ markdown-linter : true
1521# Would you like a readability report on your markdowns?
16- readability-report : yes
22+ readability-report : true
1723# Test build the docker image if any docker-relevant files have been changed
18- docker-test : no
24+ docker-test : false
1925# Should URLs be tested periodically?
20- url-check-periodically : yes
26+ url-check-periodically : true
2127
2228# #### Renderings run upon merge to main branch #####
2329# Rendering each platform's content
2430render-website : rmd
25- render-leanpub : yes
26- render-coursera : no
31+ render-leanpub : true
32+ render-coursera : true
2733
2834# # Automate the creation of Book.txt file? yes/no
2935# # This is only relevant if render-leanpub is yes, otherwise it will be ignored
30- make-book-txt : yes
36+ make-book-txt : true
3137
3238# What docker image should be used for rendering?
3339# The default is jhudsl/base_ottr:main
You can’t perform that action at this time.
0 commit comments