Compare commits

...

14 Commits

Author SHA1 Message Date
b48caf5462
build(deps): bump actions/checkout from 2 to 3 2022-05-02 22:48:41 +03:00
c012de0c17
html5validator.yml: bumb ruby to 3.1 2022-05-02 22:37:44 +03:00
630a42946b
Revert "html5validator.yml: remove minor version specification"
This reverts commit e07c00b807.
2022-05-02 22:36:55 +03:00
e07c00b807
html5validator.yml: remove minor version specification 2022-05-02 22:36:22 +03:00
53b0b8af27
html5valitator.yml: also ignore n/ 2022-05-02 22:33:13 +03:00
6f60eb26f3
html5validator.yml: fix intendation 2022-05-02 22:29:50 +03:00
cc10de6668
html5validator.yml: setup ruby and build the site 2022-05-02 22:21:20 +03:00
0814bf6ef4
html5validator.yml: swap lines, remove extra dash 2022-05-02 22:06:19 +03:00
b3d56babe2
html5valiator.yml: read the documentation more closely
https://github.com/Cyb3r-Jak3/html5validator-action/wiki/Getting-Started
2022-05-02 22:03:02 +03:00
3320d2a943
html5validator.yml: remove block and intendation 2022-05-02 21:59:10 +03:00
624f8da71f
html5validator.yml: copy-paste github gallery 2022-05-02 21:55:45 +03:00
cd87885e7f
gh/workflows/html5validator.yml: remove extra indents 2022-05-02 21:49:51 +03:00
e51266e4ad
dependabot: enable github-actions checking 2022-05-02 21:45:46 +03:00
731d107644
add github html5validator workflow 2022-05-02 21:44:03 +03:00
2 changed files with 31 additions and 0 deletions

View File

@ -5,3 +5,8 @@ updates:
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

26
.github/workflows/html5validator.yml vendored Normal file
View File

@ -0,0 +1,26 @@
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.1.1
with:
root: _site/
blacklist: n r or ir