tentative to add ci pipeline

This commit is contained in:
GotthardG 2024-12-13 15:41:04 +01:00
parent 24afe9fa9e
commit c8e488c0db

View File

@ -31,7 +31,7 @@ lint:
script:
- source $VIRTUAL_ENV/bin/activate
- pip install flake8
- flake8 app/ # Run linting for code quality
- flake8 backend/ # Run linting for code quality
deploy:
stage: deploy