Skip to content

Commit b3f25b4

Browse files
committed
Enable HTML5 validator for both *.htm and *.html files
1 parent 0025a7b commit b3f25b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/htmlvalidator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
uses: Cyb3r-Jak3/[email protected]
1515
with:
1616
root: /github/workspace/eclipse.platform.common/bundles
17-
blacklist: about.html notices.html
17+
blacklist: about.html notices.html
18+
extra: --match *.html --match *.htm

0 commit comments

Comments
 (0)