Skip to content

Commit

Permalink
update: html validator workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kera-cudmore committed Mar 14, 2024
1 parent 760d54a commit 9c36482
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/HTML5Validator.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: HTML5Validator
on: push
uses: Cyb3r-Jak3/html5validator-action@v7.2.0

with:
root: /
css: true
name: HTML Check

on:
push:


jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checks HTML5
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: /
css: true
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.github": true,
"**/.gitp*": true,
"**/.hg": true,
"**/.svn": true,
Expand Down

0 comments on commit 9c36482

Please sign in to comment.