Skip to content

Commit d760b70

Browse files
committed
Add html validator GHA
And validate eclipse.platform.common
1 parent 45098aa commit d760b70

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: HTML Check
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '**.htm*'
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v5 # Requried will all actions
13+
- name: Checks HTML5
14+
uses: Cyb3r-Jak3/[email protected]
15+
with:
16+
root: /github/workspace/eclipse.platform.common/bundles
17+
blacklist: about.html notices.html

eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/reference/extension-points/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html >
32
<html lang="en">
43
<head>
54
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
6-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
76
<title>JDT Extension Points</title>
87
<link rel="stylesheet" type="text/css" href="../../book.css"/>
98
</head>

0 commit comments

Comments
 (0)