From 90c234ad70a387b371a1fdbc78b0799c6a889f26 Mon Sep 17 00:00:00 2001 From: exatombe Date: Mon, 27 Oct 2025 21:43:58 +0100 Subject: Réorganiser les étapes du workflow Hello World pour inclure le contrôle de version et l'affichage du contenu du répertoire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/hello-world.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/hello-world.yml b/.forgejo/workflows/hello-world.yml index e7efddd..51b8052 100644 --- a/.forgejo/workflows/hello-world.yml +++ b/.forgejo/workflows/hello-world.yml @@ -11,5 +11,7 @@ jobs: hello: runs-on: docker steps: - - name: Echo Hello World - run: echo "Hello World" + - name: checkout code + uses: actions/checkout@v4 + - name: list directory contents + run: ls -la -- cgit v1.2.3