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
|
#test bonjour
|
||||||
- name: hello-world
|
- name: hello-world
|
||||||
run: echo bonjour-monde
|
run: echo bonjour-monde
|
||||||
#reécupère le dépot git
|
- name: install git
|
||||||
- uses: actions/checkout@v4
|
run: apk add git
|
||||||
with:
|
- name: clone project
|
||||||
sparse-checkout: |
|
run: git clone ssh://git@git.cohabit.fr:22222/Alexander/agreugreu.git
|
||||||
index.html
|
|
||||||
agreugreu.css
|
|
||||||
- name: list env
|
- name: list env
|
||||||
run: echo $PWD; ls -laR
|
run: echo $PWD; ls -laR
|
||||||
- name: test html ko
|
- name: test html ko
|
||||||
run: |
|
run: |
|
||||||
html5validator --also-check-css --log INFO
|
html5validator --root git/ --also-check-css --log INFO
|
||||||
|
|
||||||
|
|
||||||
#OK
|
#OK
|
||||||
|
|
Loading…
Reference in a new issue