Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS Validation Workflow #20

Merged
merged 5 commits into from
May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/validate-css-html.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: HTML Check
name: HTML & CSS Check

on:
push:

# Example from https://github.com/Cyb3r-Jak3/html5validator-action/wiki/Getting-Started
jobs:
build:
html-css-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Requried with all actions
- uses: actions/checkout@v2 # Required with all actions
- name: Checks HTML5
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
with:
root: html/
- name: Validates CSS
uses: nok-ko/validate-css-action@main
with:
directory: public/css