forked from Alexander/agreugreu
test workflow v2
This commit is contained in:
parent
ea7482c7d2
commit
d3873528ac
|
@ -1,6 +1,15 @@
|
|||
on: [push]
|
||||
name: HTML Check
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v2 # Requried will all actions
|
||||
- name: Checks HTML5
|
||||
uses: Cyb3r-Jak3/html5validator-action@<latest version>
|
||||
with:
|
||||
root: /index.html
|
||||
|
|
Loading…
Reference in a new issue