commit 45ac4e9ce355db55ee074a410b38ae585d9b6f7d Author: reds85 Date: Wed Aug 12 15:17:51 2026 +0000 Ajouter .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