Pipeline CI

This commit is contained in:
2026-04-15 07:11:01 +00:00
commit 7d6a8f0ad2
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