Skip to content

Update contributors link in README.md #18

Update contributors link in README.md

Update contributors link in README.md #18

Workflow file for this run

name: Tidy HTML Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Tidy
run: sudo apt-get install -y tidy
- name: Lint HTML
run: tidy -q -errors -utf8 index.html