Add basic CI
Some checks failed
CI / ci (push) Failing after 30s

This commit is contained in:
Aloïs Micard 2025-02-18 19:27:10 +01:00
parent 393d8c6f67
commit 1e641d74a8

View file

@ -0,0 +1,15 @@
name: CI
on: [ push ]
jobs:
ci:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt