From dc070661b87e4a249588962cb6e9db314cf1710c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 18 Jul 2024 09:39:13 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cf5e4bc..599e70f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: bundle exec jekyll build - name: Run htmlproofer - run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains sustainoss.org + run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-sri --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains sustainoss.org - name: Run tests run: npm test