check html with tidy
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-02-01 22:10:59 +01:00
parent 3b7f5e359e
commit 014d9983d8
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ steps:
- name: html_validate
image: ubuntu
commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
- apt-get update && apt-get install -y tidy
- tidy -imu index.html
trigger:
branch:
- master