From 9a2bbca87da3852e1118c43a9c7492a63b1fa451 Mon Sep 17 00:00:00 2001 From: Yayi Olabiyi Patrick Date: Thu, 5 Feb 2026 16:07:23 +0100 Subject: [PATCH] Test Gitea Actions --- .gitea/workflows/test.yaml | 14 ++++++++++++++ 1 file changed, 14 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..7214bcb --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,14 @@ +name: Test CI +on: + push: + branches: [main] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Hello + run: | + echo "Gitea Actions fonctionne !" + echo "Date: $(date)"