Fix linting errors & fix GitHub asset URL

This commit is contained in:
Parker Moore 2019-05-28 13:33:49 -04:00
parent b3223aa1b5
commit e193e8e825
6 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,6 @@
language: ruby
cache: bundler
sudo: false
rvm: 2.5
rvm: 2.6
install: script/bootstrap
script: script/cibuild

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec

View File

@ -94,7 +94,7 @@ end
### Small image
![Octocat](https://assets-cdn.github.com/images/icons/emoji/octocat.png)
![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)
### Large image

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = 'jekyll-theme-hacker'
s.version = '0.1.1'

View File

@ -3,7 +3,7 @@
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
bundle exec htmlproofer ./_site --check-html --check-sri
bundle exec rubocop -D
bundle exec script/validate-html
gem build jekyll-theme-hacker.gemspec

View File

@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'w3c_validators'