Skip to content

Merge pull request #64 from posadev/fp-add-calzada-code-to-allied-com… #14

Merge pull request #64 from posadev/fp-add-calzada-code-to-allied-com…

Merge pull request #64 from posadev/fp-add-calzada-code-to-allied-com… #14

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