Skip to content

Commit 7f95297

Browse files
committed
Add htmlvalidator GHA
1 parent ebb6634 commit 7f95297

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/htmlvalidator.yml

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/[email protected]
13+
with:
14+
root: /github/workspace/eclipse.platform.common/bundles
15+
blacklist: about.html notices.html

0 commit comments

Comments
 (0)