Skip to content

Commit

Permalink
fix HTML+CSS-validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored May 27, 2024
1 parent 69d3113 commit c83d79f
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions .github/workflows/HTML+CSS-validator.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: src/
css: true
name: "HTML+CSS validator"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
analyze:
name: Validate
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: HTML5 Validator
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: src/
css: true

0 comments on commit c83d79f

Please sign in to comment.