html test v1

This commit is contained in:
root 2024-05-09 16:35:03 +00:00
parent f9dc22763b
commit b4a2d46554
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#KO
#on: [push]
#jobs:
# ls:
@ -10,11 +11,17 @@
on: [push]
jobs:
test:
test-hello:
runs-on: docker
steps:
- run: echo All Good
test-html:
runs-on: docker
container:
image: cyb3rjak3/html5validator:latest-alpine
run: |
- html5validator --root / --also-check-css --log INFO
shell: bash

View file

@ -1,4 +1,4 @@
on: [push]
on: [release]
jobs:
test:
runs-on: docker