premier patch dû au workflow

This commit is contained in:
root 2024-05-09 21:47:24 +02:00
parent 4fe464b002
commit d4be53bdea

View file

@ -21,13 +21,14 @@ jobs:
#test bonjour
- name: hello-world
run: echo bonjour-monde
#install git
- name: install git
run: apk add git
#clone agreugreu pour avoir fichier
- name: clone project
run: git clone https://git@git.cohabit.fr//Alexander/agreugreu.git
- name: list env
run: echo $PWD; ls -laR
- name: test html ko
#test en lui même
- name: test html et css
run: |
html5validator --root agreugreu/ --also-check-css --log INFO