Skip to content

peter update link of contributor code of conduct #20

peter update link of contributor code of conduct

peter update link of contributor code of conduct #20

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