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:
parent
393d8c6f67
commit
5cba5f88da
3 changed files with 138 additions and 32 deletions
17
.forgejo/workflows/ci.yaml
Normal file
17
.forgejo/workflows/ci.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue