From 718b8596cd696f929fde59f0c1668f7d74e4666c Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 10 Apr 2018 09:51:42 -0400 Subject: [PATCH] enforce SRI --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index b9a2962..af2ff46 100755 --- a/script/cibuild +++ b/script/cibuild @@ -3,7 +3,7 @@ set -e bundle exec jekyll build -bundle exec htmlproofer ./_site --check-html --disable-external +bundle exec htmlproofer ./_site --check-html --check-sri --disable-external bundle exec rubocop -D bundle exec script/validate-html gem build jekyll-theme-hacker.gemspec