forked from Alexander/agreugreu
premier patch dû au workflow
This commit is contained in:
parent
4fe464b002
commit
d4be53bdea
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue