Sha256: 1098ba8b83df36ea00f1700b9cbc324d493d73adbb7199b137004ae02af5d3aa

Contents?: true

Size: 258 Bytes

Versions: 12

Compression:

Stored size: 258 Bytes

Contents

#!/bin/sh

set -ex

script/bootstrap

script/test $@
script/check-cdn-ips
bundle exec script/check www.parkermoore.de | grep 'valid?: true'
bundle exec script/check ben.balter.com | grep 'valid?: true'
bundle exec gem build github-pages-health-check.gemspec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
github-pages-health-check-1.18.5 script/cibuild
github-pages-health-check-1.18.4 script/cibuild
github-pages-health-check-1.18.2 script/cibuild
github-pages-health-check-1.18.1 script/cibuild
github-pages-health-check-1.18.0 script/cibuild
github-pages-health-check-1.17.9 script/cibuild
github-pages-health-check-1.17.8 script/cibuild
github-pages-health-check-1.17.7 script/cibuild
github-pages-health-check-1.17.6 script/cibuild
github-pages-health-check-1.17.2 script/cibuild
github-pages-health-check-1.17.1 script/cibuild
github-pages-health-check-1.17.0 script/cibuild