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
|
#test bonjour
|
||||||
- name: hello-world
|
- name: hello-world
|
||||||
run: echo bonjour-monde
|
run: echo bonjour-monde
|
||||||
|
#install git
|
||||||
- name: install git
|
- name: install git
|
||||||
run: apk add git
|
run: apk add git
|
||||||
|
#clone agreugreu pour avoir fichier
|
||||||
- name: clone project
|
- name: clone project
|
||||||
run: git clone https://git@git.cohabit.fr//Alexander/agreugreu.git
|
run: git clone https://git@git.cohabit.fr//Alexander/agreugreu.git
|
||||||
- name: list env
|
#test en lui même
|
||||||
run: echo $PWD; ls -laR
|
- name: test html et css
|
||||||
- name: test html ko
|
|
||||||
run: |
|
run: |
|
||||||
html5validator --root agreugreu/ --also-check-css --log INFO
|
html5validator --root agreugreu/ --also-check-css --log INFO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue