diff --git a/.github/workflows/house-style.yml b/.github/workflows/house-style.yml index 72424f1..40ebfab 100644 --- a/.github/workflows/house-style.yml +++ b/.github/workflows/house-style.yml @@ -11,6 +11,9 @@ name: House style # rendering, added in #31 after the catalog was found to be rendered from # remote JSON without them. It was never wired to a workflow, so it has been # passing or failing unobserved since. +# +# search.test.js covers the same guarantees for /search/, which renders text +# fetched from seven other hosts. on: pull_request: @@ -34,3 +37,5 @@ jobs: run: node tools/check-dashes.js - name: Marketplace rendering guards run: node marketplace/marketplace.test.js + - name: Search ranking and escaping + run: node search/search.test.js diff --git a/.gitignore b/.gitignore index c18dd8d..a771bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +availability-results.json diff --git a/404.html b/404.html index e380dd7..92ae424 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,7 @@