Skip to content

Always run HTML5 validator #64

Always run HTML5 validator

Always run HTML5 validator #64

Workflow file for this run

name: HTML Check
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5 # Requried will all actions
- name: Checks HTML5
uses: Cyb3r-Jak3/[email protected]
with:
root: /github/workspace/eclipse.platform.common/bundles
blacklist: about.html notices.html
extra: --match *.html --match *.htm