From dbf47c5b8cfd3d882222f554910040cfd10c7e91 Mon Sep 17 00:00:00 2001 From: "Adrien Bourmault (neox)" Date: Fri, 20 Oct 2023 09:59:20 +0200 Subject: [PATCH] WIP: test de la CI --- .forgejo/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 184b862..22a1d85 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -3,6 +3,8 @@ jobs: synchro: runs-on: linux_amd64 steps: + - name: Check out repository code + uses: actions/checkout@v3 - name: List files in the repository run: | echo Sync files with server