Skip to content

Prepare page for 2025 #79

Prepare page for 2025

Prepare page for 2025 #79

Workflow file for this run

name: html_tidy
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
html_tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install tidy
- name: Check all HTML files
run: |
tidy -config tidy.config *.html