Skip to content

Commit 1c6786d

Browse files
committed
Add htmlvalidator GHA
1 parent bcbeb9c commit 1c6786d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
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/html5validator-action@v8.0.0
15+
with:
16+
root: /github/workspace/org.eclipse.pde.doc.user
17+
blacklist: about.html notices.html

0 commit comments

Comments
 (0)