mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-13 14:47:28 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
27 lines
552 B
YAML
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
|