From 378bf86c8d31f331bdae3b33700b3825f77b7bb2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2024 18:47:38 +0200 Subject: [PATCH] html test v4 pb step: --- .forgejo/workflows/demo.yml | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) 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 + +