Skip to content

Commit

Permalink
enforce SRI
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Apr 10, 2018
1 parent 583ac83 commit 6ee9693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Expand Up @@ -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-minimal.gemspec

0 comments on commit 6ee9693

Please sign in to comment.