This commit is contained in:
parent
0ec49ce07f
commit
073e7d0bbc
|
@ -18,8 +18,15 @@ jobs:
|
|||
container:
|
||||
image: cyb3rjak3/html5validator:latest-alpine
|
||||
steps:
|
||||
#test bonjour
|
||||
- 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
|
||||
run: echo $PWD; ls -laR
|
||||
- name: test html ko
|
||||
|
|
Loading…
Reference in a new issue