mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-17 18:59:17 +01:00
17 lines
303 B
YAML
17 lines
303 B
YAML
name: HTML Check
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: HTML5 Validator
|
|
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
|
|
with:
|
|
config: ./.github/html5validator.yml
|
|
css: true
|