commit 0bd23f53d59ef27c67d49435180555fb5e302250 Author: Gilles Mouchet Date: Sat Dec 14 16:25:15 2024 +0100 initial version 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!"