From 7735a61d6de819eacdf8706cdc6bb9aa86715548 Mon Sep 17 00:00:00 2001 From: Maxime Lechable Date: Mon, 10 Aug 2026 14:19:28 +0000 Subject: [PATCH] =?UTF-8?q?imagine=20=C3=A7a=20marche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yml diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..3ff7f95 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +stages: + - mon_app + +test_app: + stage: mon_app + image: python:latest + script: + - echo "hello world" +