Skip to content

ci(github): ignore status code 429 #242

ci(github): ignore status code 429

ci(github): ignore status code 429 #242

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@v4
- 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
--ignore-status-codes '429,999'
--ignore-urls "/globalgamejam.org/,/newgrounds.com/,/unrealengine.com/"
--no-check-external-hash