Skip to content

ci(github): update to squash in mergify.yml #204

ci(github): update to squash in mergify.yml

ci(github): update to squash in mergify.yml #204

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
# speeds up installation of html-proofer
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build site
run: bundle exec jekyll build --safe
- name: Run tests
run: >
bundle exec htmlproofer _site
--check-external-hash false
--ignore-urls "/www.newgrounds.com/,/v3.globalgamejam.org/"