Html 5 fixes #96
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: HTML Check | |
| on: | |
| pull_request: | |
| paths: | |
| - '**.htm*' | |
| 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 |