From 089605b9bf9af5de832c36e9b0aa55880ac4d9c2 Mon Sep 17 00:00:00 2001 From: Carrie Wright <23014755+carriewright11@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:44:58 -0500 Subject: [PATCH] Update config_automation.yml making quiz check be on --- config_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index 3c7941e6..026179f4 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -4,7 +4,7 @@ render-preview: true ##### Checks run at pull request ##### # Check quiz formatting -check-quizzes: false +check-quizzes: true quiz_error_min: 0 # Check that urls in the content are not broken url-checker: true