Skip to content

bump webrick

bump webrick #19

name: Validate HTML with W3C's nu validator
on:
push:
branches: ["*"]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Build with Ruby
run: bundle exec rake build
- name: Run nu validator
run: docker run --mount type=bind,source=$(pwd)/_site,target=/_site ghcr.io/validator/validator:latest vnu --skip-non-html _site