test workflow v2
Some checks are pending
HTML Check / build (push) Waiting to run

This commit is contained in:
root 2024-05-09 14:53:26 +00:00
parent ea7482c7d2
commit d3873528ac

View file

@ -1,6 +1,15 @@
on: [push]
name: HTML Check
on:
push:
jobs:
test:
runs-on: docker
build:
runs-on: ubuntu-latest
steps:
- run: echo All Good
- uses: actions/checkout@v2 # Requried will all actions
- name: Checks HTML5
uses: Cyb3r-Jak3/html5validator-action@<latest version>
with:
root: /index.html