mon premier commit

This commit is contained in:
bertrand.user4
2026-04-15 07:10:24 +00:00
commit d77e55558b
3 changed files with 66 additions and 0 deletions

15
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Tests
on:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lancer les tests
run: |
chmod +x tests.sh
./tests.sh