Add CI (#4)
All checks were successful
CI / ci (push) Successful in 1m3s

Reviewed-on: #4
Co-authored-by: Aloïs Micard <a.micard@vold.lu>
Co-committed-by: Aloïs Micard <a.micard@vold.lu>
This commit is contained in:
Aloïs Micard 2025-02-19 09:06:33 +01:00 committed by Aloïs Micard
parent 393d8c6f67
commit 5cba5f88da
3 changed files with 138 additions and 32 deletions

View file

@ -0,0 +1,17 @@
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
- run: pylint --max-line-length=120 app