1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00

chore: fix test and lint

This commit is contained in:
Divlo 2022-01-06 22:38:49 +01:00
parent 77cefcd53f
commit 59d2090282
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 9 additions and 8 deletions

View File

@ -21,5 +21,8 @@ jobs:
- name: 'Install'
run: 'npm install'
- name: 'Build'
run: 'npm run build'
- name: 'Test'
run: 'npm run test'

View File

@ -1,11 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
</head>
<body>
</body>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About</title>
</head>
<body></body>
</html>