mikaela.github.io/.github/workflows/html5validator.yml
dependabot[bot] 98b688cefc
build(deps): bump Cyb3r-Jak3/html5validator-action from 7.1.1 to 7.2.0
Bumps [Cyb3r-Jak3/html5validator-action](https://github.com/Cyb3r-Jak3/html5validator-action) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/Cyb3r-Jak3/html5validator-action/releases)
- [Changelog](https://github.com/Cyb3r-Jak3/html5validator-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Cyb3r-Jak3/html5validator-action/compare/v7.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: Cyb3r-Jak3/html5validator-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 06:55:17 +00:00

27 lines
552 B
YAML

name: HTML5 Validator
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Required will all actions
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Jekyll build
run: |
bundle exec jekyll build --drafts --profile
- name: Checks HTML5 validity
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: _site/
blacklist: n r or ir