agreugreu/.forgejo/workflows/demo.yml
root d3873528ac
Some checks are pending
HTML Check / build (push) Waiting to run
test workflow v2
2024-05-09 14:53:26 +00:00

16 lines
270 B
YAML

name: HTML Check
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Requried will all actions
- name: Checks HTML5
uses: Cyb3r-Jak3/html5validator-action@<latest version>
with:
root: /index.html