html test v15 j ai l impression de creer un monstre

This commit is contained in:
root 2024-05-09 20:38:54 +02:00
parent 2b917d2c9a
commit 4cc285136e

View file

@ -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