Skip to content

Commit 718b859

Browse files
committed
enforce SRI
1 parent 83790cf commit 718b859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
bundle exec jekyll build
6-
bundle exec htmlproofer ./_site --check-html --disable-external
6+
bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
77
bundle exec rubocop -D
88
bundle exec script/validate-html
99
gem build jekyll-theme-hacker.gemspec

0 commit comments

Comments
 (0)