Skip to content

Commit 4c6f870

Browse files
committed
Add html validator GHA
And validate eclipse.platform.common
1 parent 88592ec commit 4c6f870

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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." />

0 commit comments

Comments
 (0)