Skip to content

Fix validator.w3.org warnings and erros #306

Fix validator.w3.org warnings and erros

Fix validator.w3.org warnings and erros #306

Workflow file for this run

name: autoreview
on: [pull_request]
jobs:
misspellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
pattern: "*.md"
guids:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- run: .github/workflows/guids.sh
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install ruby-full build-essential zlib1g-dev git
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.0'
- run: gem install bundler jekyll --no-document
- run: bundle install
- run: bundle exec jekyll build