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' - name: 'Install'
run: 'npm install' run: 'npm install'
- name: 'Build'
run: 'npm run build'
- name: 'Test' - name: 'Test'
run: 'npm run test' run: 'npm run test'

View File

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