We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83790cf commit 718b859Copy full SHA for 718b859
script/cibuild
@@ -3,7 +3,7 @@
3
set -e
4
5
bundle exec jekyll build
6
-bundle exec htmlproofer ./_site --check-html --disable-external
+bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
7
bundle exec rubocop -D
8
bundle exec script/validate-html
9
gem build jekyll-theme-hacker.gemspec
0 commit comments