From 56d05b0f0e6e89389c1a3c23084dffe8a573c6f4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 16 Mar 2021 10:31:35 -0400 Subject: fail on unsafe html (#188) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cc088b8604..2ae87adf06 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -61,7 +61,7 @@ jobs: # this to "*:error" which means the slightest flaw in the build # will break the build. # See https://github.com/mdn/yari/issues/715 - export BUILD_FLAW_LEVELS="*:ignore" + export BUILD_FLAW_LEVELS="unsafe_html: error, *:ignore" # Note, it might be interesting to explore building *some* # pages in a PR build if the diff doesn't have any index.html -- cgit v1.2.3-54-g00ecf