File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # #### Checks run at pull request #####
3
+ # Check quiz formatting
4
+ check-quizzes : no
5
+ # 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
9
+ # Spell check Rmds and quizzes
10
+ spell-check : yes
11
+ # Style any R code
12
+ style-code : yes
13
+ # Would you like your markdown files to be checked for formatting
14
+ markdown-linter : yes
15
+ # Would you like a readability report on your markdowns?
16
+ readability-report : yes
17
+ # Test build the docker image if any docker-relevant files have been changed
18
+ docker-test : no
19
+ # Should URLs be tested periodically?
20
+ url-check-periodically : yes
21
+
22
+ # #### Renderings run upon merge to main branch #####
23
+ # Rendering each platform's content
24
+ render-website : rmd
25
+ render-leanpub : yes
26
+ render-coursera : no
27
+
28
+ # # Automate the creation of Book.txt file? yes/no
29
+ # # This is only relevant if render-leanpub is yes, otherwise it will be ignored
30
+ make-book-txt : yes
31
+
32
+ # What docker image should be used for rendering?
33
+ # The default is jhudsl/base_ottr:main
34
+ rendering-docker-image : ' jhudsl/base_ottr:main'
You can’t perform that action at this time.
0 commit comments