forked from Alexander/agreugreu
html test v1
This commit is contained in:
parent
f9dc22763b
commit
b4a2d46554
|
@ -1,3 +1,4 @@
|
|||
#KO
|
||||
#on: [push]
|
||||
#jobs:
|
||||
# ls:
|
||||
|
@ -10,11 +11,17 @@
|
|||
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
test-hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
|
||||
test-html:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: cyb3rjak3/html5validator:latest-alpine
|
||||
run: |
|
||||
- html5validator --root / --also-check-css --log INFO
|
||||
shell: bash
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
on: [push]
|
||||
on: [release]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue