forked from Alexander/agreugreu
html test v4 pb step:
This commit is contained in:
parent
db6f22aa95
commit
378bf86c8d
|
@ -16,33 +16,21 @@ jobs:
|
||||||
# steps:
|
# steps:
|
||||||
# - run: echo All Good
|
# - run: echo All Good
|
||||||
test-html:
|
test-html:
|
||||||
runs-on: docker
|
inputs:
|
||||||
container:
|
|
||||||
image: cyb3rjak3/html5validator:latest-alpine
|
image: cyb3rjak3/html5validator:latest-alpine
|
||||||
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
run: |
|
run: |
|
||||||
html5validator --root / --also-check-css --log INFO
|
html5validator --root / --also-check-css --log INFO
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#OK
|
||||||
|
#on: [push]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#name: HTML Check
|
|
||||||
#
|
|
||||||
#on:
|
|
||||||
# push:
|
|
||||||
#
|
|
||||||
#
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# build:
|
#test-hello:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: docker
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v2 # Requried will all actions
|
# - run: echo All Good
|
||||||
# - name: Checks HTML5
|
|
||||||
# uses: Cyb3r-Jak3/html5validator-action@<latest version>
|
|
||||||
# with:
|
|
||||||
# root: /index.html
|
|
||||||
|
|
Loading…
Reference in a new issue