update ci setup

This commit is contained in:
Mael G. 2025-01-06 21:11:08 +01:00
parent fff7b70527
commit c492de29d9
4 changed files with 15 additions and 2 deletions

0
.ci/lint.sh Normal file → Executable file
View file

1
.ci/requirements.txt Normal file
View file

@ -0,0 +1 @@
pyyaml==6.0.2

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
.vscode
.env.priv
.env.priv
.venv

View file

@ -1,3 +1,14 @@
# Services Gnous
L'ensemble des docker compose pour les services du projet Gnous.
L'ensemble des docker compose pour les services du projet Gnous.
## Lint
```
python3 -m venv .venv/
source .venv/bin/activate
pip install -r .ci/requirements.txt
python3 .ci/port_attribution_watcher.py
python3 .ci/traefik_label_watcher.py
./.ci/lint.sh
```