html test v13 en fait faut checkout ptdr

This commit is contained in:
root 2024-05-09 19:28:29 +02:00
parent 0ec49ce07f
commit 073e7d0bbc

View file

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