Skip to content

Commit 577a94a

Browse files
committed
🧪 [gha] add HTML Validator
1 parent 2f8fca9 commit 577a94a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: HTML5Validator
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
# global permissions
10+
permissions: {}
11+
12+
jobs:
13+
lint:
14+
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: Cyb3r-Jak3/html5validator-action
20+
with:
21+
root: public/

0 commit comments

Comments
 (0)