From 19cb504b81c06d931736b7dc2ad3ff4910a70745 Mon Sep 17 00:00:00 2001 From: Remy Noulin Date: Sun, 8 Feb 2026 15:18:58 +0000 Subject: [PATCH] Ajouter .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..c5a7bde --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,16 @@ +name: Gitea Actions Demo +run-name: ${{ github.actor }} teste le runner 🚀 +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Checkout du code + uses: actions/checkout@v4 + + - name: Dire bonjour + run: | + echo "Le runner fonctionne sur le cluster de Rémy !" + echo "Node actuel : $(hostname)" + echo "Date : $(date)" \ No newline at end of file