We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbeb9c commit 1c6786dCopy full SHA for 1c6786d
1 file changed
.github/workflows/htmlvalidator.yml
@@ -0,0 +1,17 @@
1
+name: HTML Check
2
+
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - '**.htm*'
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v5 # Requried will all actions
13
+ - name: Checks HTML5
14
+ uses: Cyb3r-Jak3/html5validator-action@v8.0.0
15
+ with:
16
+ root: /github/workspace/org.eclipse.pde.doc.user
17
+ blacklist: about.html notices.html
0 commit comments