Skip to content

build(deps-dev): bump rexml from 3.3.2 to 3.3.3 #707

build(deps-dev): bump rexml from 3.3.2 to 3.3.3

build(deps-dev): bump rexml from 3.3.2 to 3.3.3 #707

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 and submodules
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Build site
run: bundle exec jekyll build --safe
# https://github.com/gjtorikian/html-proofer
- name: Run tests
run: >
bundle exec htmlproofer _site
--ignore-status-codes '0,301,400,401,403,429,999'
--ignore-urls '/bundlephobia.com/,/img.shields.io/,/regexr.com/,/tunein.com/,/vagrantup.com/'
--no-check-external-hash