agreugreu/.forgejo/workflows/demo.yml
root 4f0e235236
Some checks failed
/ test-html (push) Failing after -2h16m55s
html test v6 ff
2024-05-09 18:54:19 +02:00

37 lines
574 B
YAML

#KO
#on: [push]
#jobs:
# ls:
# runs-on: docker
# container:
# image: code.forgejo.org/oci/alpine:3.19
# steps:
# - run: |
# echo ${{ github.workspace }}
on:
push:
jobs:
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
#OK
#on: [push]
#jobs:
#test-hello:
# runs-on: docker
# steps:
# - run: echo All Good