diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 418beca..502610b 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -21,13 +21,14 @@ jobs: #test bonjour - name: hello-world run: echo bonjour-monde + #install git - name: install git run: apk add git + #clone agreugreu pour avoir fichier - name: clone project run: git clone https://git@git.cohabit.fr//Alexander/agreugreu.git - - name: list env - run: echo $PWD; ls -laR - - name: test html ko + #test en lui même + - name: test html et css run: | html5validator --root agreugreu/ --also-check-css --log INFO