Skip to content

Merge pull request #108 from posadev/fp-add-map #66

Merge pull request #108 from posadev/fp-add-map

Merge pull request #108 from posadev/fp-add-map #66

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