diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 9d0da79..dc93d7f 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -16,33 +16,21 @@ jobs: # steps: # - run: echo All Good test-html: - runs-on: docker - container: + inputs: image: cyb3rjak3/html5validator:latest-alpine + runs-on: docker steps: run: | html5validator --root / --also-check-css --log INFO shell: bash - - - - - - -#name: HTML Check -# -#on: -# push: -# -# +#OK +#on: [push] #jobs: -# build: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v2 # Requried will all actions -# - name: Checks HTML5 -# uses: Cyb3r-Jak3/html5validator-action@ -# with: -# root: /index.html + #test-hello: + # runs-on: docker + # steps: + # - run: echo All Good + +