forked from Alexander/agreugreu
html test v4 pb step:
This commit is contained in:
parent
db6f22aa95
commit
378bf86c8d
|
@ -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@<latest version>
|
||||
# with:
|
||||
# root: /index.html
|
||||
#test-hello:
|
||||
# runs-on: docker
|
||||
# steps:
|
||||
# - run: echo All Good
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue