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] #on: [push]
#jobs: #jobs:
# ls: # ls:
@ -10,12 +11,18 @@
on: [push] on: [push]
jobs: jobs:
test: test-hello:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - 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: jobs:
test: test:
runs-on: docker runs-on: docker