forked from Alexander/agreugreu
html test v15 j ai l impression de creer un monstre
This commit is contained in:
parent
2b917d2c9a
commit
4cc285136e
|
@ -21,17 +21,15 @@ jobs:
|
|||
#test bonjour
|
||||
- name: hello-world
|
||||
run: echo bonjour-monde
|
||||
#reécupère le dépot git
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
index.html
|
||||
agreugreu.css
|
||||
- name: install git
|
||||
run: apk add git
|
||||
- name: clone project
|
||||
run: git clone ssh://git@git.cohabit.fr:22222/Alexander/agreugreu.git
|
||||
- name: list env
|
||||
run: echo $PWD; ls -laR
|
||||
- name: test html ko
|
||||
run: |
|
||||
html5validator --also-check-css --log INFO
|
||||
html5validator --root git/ --also-check-css --log INFO
|
||||
|
||||
|
||||
#OK
|
||||
|
|
Loading…
Reference in a new issue