diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-16 19:12:35 +0300 |
---|---|---|
committer | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-16 19:12:35 +0300 |
commit | 1764771600738b6e01d6d6ed06626fcd52751e7a (patch) | |
tree | d2b7414369e592c92d0e014a254f891a192e4233 /.github/workflows/pr-test.yml | |
parent | a51c7a37a52403bb8b3abb2c73ac1b820571e7e0 (diff) | |
parent | 3a0dc55c189aaba22f989885bfd88a89b51d9110 (diff) | |
download | translated-content-1764771600738b6e01d6d6ed06626fcd52751e7a.tar.gz translated-content-1764771600738b6e01d6d6ed06626fcd52751e7a.tar.bz2 translated-content-1764771600738b6e01d6d6ed06626fcd52751e7a.zip |
Merge github.com:mdn/translated-content into lex111/ru-typos-2
Diffstat (limited to '.github/workflows/pr-test.yml')
-rw-r--r-- | .github/workflows/pr-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |