Skip to content

Commit cb8f7f5

Browse files
committed
Run htmlvalidator on *.htm files too
Taken from eclipse-platform#3342
1 parent 2902706 commit cb8f7f5

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/html5validator-action@v8.0.0
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)