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