forked from Alexander/agreugreu
html test v13 en fait faut checkout ptdr
This commit is contained in:
parent
0ec49ce07f
commit
073e7d0bbc
|
@ -18,8 +18,15 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: cyb3rjak3/html5validator:latest-alpine
|
image: cyb3rjak3/html5validator:latest-alpine
|
||||||
steps:
|
steps:
|
||||||
|
#test bonjour
|
||||||
- name: hello-world
|
- name: hello-world
|
||||||
run: echo All Good
|
run: echo bonjour-monde
|
||||||
|
#reécupère le dépot git
|
||||||
|
- name: checkout
|
||||||
|
- uses: actions/checkout@4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
.
|
||||||
- name: list env
|
- name: list env
|
||||||
run: echo $PWD; ls -laR
|
run: echo $PWD; ls -laR
|
||||||
- name: test html ko
|
- name: test html ko
|
||||||
|
|
Loading…
Reference in a new issue