html test v6 ff

This commit is contained in:
root 2024-05-09 18:54:19 +02:00
parent 6c93fccf0c
commit 4f0e235236

View file

@ -9,20 +9,20 @@
# - run: |
# echo ${{ github.workspace }}
on: [push]
on:
push:
jobs:
#test-hello:
# runs-on: docker
# steps:
# - run: echo All Good
test-html:
#inputs:
# image: cyb3rjak3/html5validator:latest-alpine
runs-on: docker
steps:
- name: hello-world
run: echo All Good
- name: test html ko
run: |
html5validator --root / --also-check-css --log INFO
shell: bash
#OK