From 4cc285136eb798b646ad0f462335c9dc36de8365 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2024 20:38:54 +0200 Subject: [PATCH] html test v15 j ai l impression de creer un monstre --- .forgejo/workflows/demo.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index bab6745..46e6579 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -21,17 +21,15 @@ jobs: #test bonjour - name: hello-world run: echo bonjour-monde - #reécupère le dépot git - - uses: actions/checkout@v4 - with: - sparse-checkout: | - index.html - agreugreu.css + - name: install git + run: apk add git + - name: clone project + run: git clone ssh://git@git.cohabit.fr:22222/Alexander/agreugreu.git - name: list env run: echo $PWD; ls -laR - name: test html ko run: | - html5validator --also-check-css --log INFO + html5validator --root git/ --also-check-css --log INFO #OK