diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 76647de..4940a25 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -11,17 +11,18 @@ on: [push] jobs: - test-hello: - runs-on: docker - steps: - - run: echo All Good + #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 + steps: + run: | + html5validator --root / --also-check-css --log INFO + shell: bash