Skip to content

performance test

performance test #243

Workflow file for this run

name: HTML5/CSS Check
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: HTML5/CSS Check
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: ./
css: true
log_level: INFO