We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88592ec commit 1cd205cCopy full SHA for 1cd205c
1 file changed
.github/workflows/htmlvalidator.yml
@@ -0,0 +1,16 @@
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/html5validator-action@v7.2.0
14
+ with:
15
+ root: /github/workspace/eclipse.platform.common/bundles
16
+ blacklist: about.html
0 commit comments