Test Gitea Actions
All checks were successful
Test CI / test (push) Successful in 1m21s

This commit is contained in:
Yayi Olabiyi Patrick
2026-02-05 16:07:23 +01:00
parent eadfc38667
commit 9a2bbca87d

View File

@@ -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)"