Skip to content

Commit 348dbaa

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

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+
push:
5+
pull_request:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v5 # Requried will all actions
12+
- name: Checks HTML5
13+
uses: Cyb3r-Jak3/[email protected]
14+
with:
15+
root: /github/workspace/eclipse.platform.common/bundles
16+
blacklist: about.html
17+

0 commit comments

Comments
 (0)