From 0bd23f53d59ef27c67d49435180555fb5e302250 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sat, 14 Dec 2024 16:25:15 +0100 Subject: [PATCH] initial version --- .gitea/workflows/test.yaml | 8 ++++++++ 1 file changed, 8 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..7e8c018 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,8 @@ +name: Gitea Action Demo +run-name: "Démo" +on: [push] +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "Bonjour les gens!"