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