forked from Alexander/agreugreu
html test v6 ff
This commit is contained in:
parent
6c93fccf0c
commit
4f0e235236
|
@ -9,20 +9,20 @@
|
||||||
# - run: |
|
# - run: |
|
||||||
# echo ${{ github.workspace }}
|
# echo ${{ github.workspace }}
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
#test-hello:
|
|
||||||
# runs-on: docker
|
|
||||||
# steps:
|
|
||||||
# - run: echo All Good
|
|
||||||
test-html:
|
test-html:
|
||||||
#inputs:
|
#inputs:
|
||||||
# image: cyb3rjak3/html5validator:latest-alpine
|
# image: cyb3rjak3/html5validator:latest-alpine
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
run: |
|
- name: hello-world
|
||||||
html5validator --root / --also-check-css --log INFO
|
run: echo All Good
|
||||||
shell: bash
|
- name: test html ko
|
||||||
|
run: |
|
||||||
|
html5validator --root / --also-check-css --log INFO
|
||||||
|
|
||||||
|
|
||||||
#OK
|
#OK
|
||||||
|
|
Loading…
Reference in a new issue