From a1e9b21177d1ab36d11486075ef41850e860f116 Mon Sep 17 00:00:00 2001 From: Thomas Mooney Date: Mon, 29 Jan 2024 08:22:54 -0700 Subject: [PATCH] Enable URL checking. Now that jhudsl/ottr-reports#24 is merged, we should be able to turn this on without having it attempt to download the FASTQ tarballs each time. --- config_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index 117848d..60c8707 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -3,7 +3,7 @@ # Check quiz formatting check-quizzes: no # Check that urls in the content are not broken -url-checker: no +url-checker: yes # Render preview of content with changes (Rmd's and md's are checked) render-preview: yes # Spell check Rmds and quizzes