Skip to content

Commit

Permalink
Merge pull request #9 from MinoruSekine/feature/4/validate_html
Browse files Browse the repository at this point in the history
#4 Validate HTML for PR.
  • Loading branch information
MinoruSekine authored Dec 14, 2023
2 parents affb892 + 69e8a79 commit d0d81b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/HTML5Validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: HTML5 Validator

on:
pull_request:

jobs:
Validate:
runs-on: ubuntu-latest

steps:
- name: Check out
uses: actions/checkout@v4

- name: Validate HTML5
uses: Cyb3r-Jak3/[email protected]
with:
root: ./

0 comments on commit d0d81b8

Please sign in to comment.