Ajouter .gitea/workflows/test.yml
Test CI / hello (push) Successful in 9s

This commit is contained in:
2026-08-12 15:17:51 +00:00
commit 45ac4e9ce3
+9
View File
@@ -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 !"