From 45ac4e9ce355db55ee074a410b38ae585d9b6f7d Mon Sep 17 00:00:00 2001 From: reds85 Date: Wed, 12 Aug 2026 15:17:51 +0000 Subject: [PATCH] Ajouter .gitea/workflows/test.yml --- .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..5da1b39 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +name: Test CI +on: [push] + +jobs: + hello: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo "Hello depuis Gitea Actions !" \ No newline at end of file