Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

feat: Non ASCII character report in validate results (#168) #57

feat: Non ASCII character report in validate results (#168)

feat: Non ASCII character report in validate results (#168) #57

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validate-html:
name: Validate HTML
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install HTML validator
run:
npm install html-validate
- name: Validate HTML
run: npm exec html-validate www/*.html www/doc/*.html