Skip to content

Update links to patches. #72

Update links to patches.

Update links to patches. #72

Workflow file for this run

name: html lint
on:
push:
branches:
- master
paths:
- '*.html'
- '.tidyrc'
- '.github/workflows/tidy.yml'
pull_request:
branches:
- master
paths:
- '*.html'
- '.tidyrc'
- '.github/workflows/tidy.yml'
workflow_dispatch:
jobs:
lint:
name: Run html linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Install packages
run: |
sudo apt install tidy
- name: Run tidy
run: |
tidy -config .tidyrc *.html