Skip to content

Swapped Webpack to Vite #15

Swapped Webpack to Vite

Swapped Webpack to Vite #15

Workflow file for this run

name: Validate HTML and CSS
on:
pull_request:
branches: [ master ]
jobs:
validate HTML:

Check failure on line 9 in .github/workflows/validateHTML.yml

View workflow run for this annotation

GitHub Actions / Validate HTML and CSS

Invalid workflow file

The workflow is not valid. .github/workflows/validateHTML.yml (Line: 9, Col: 3): The identifier 'validate HTML' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
css: true
root: src/