added linting automation. Fixed nginx config as file name was wrong and as such didn't get loaded.
All checks were successful
Gitea Test. / tests (push) Successful in 49s

This commit is contained in:
Wouter Vermeer
2026-04-29 13:24:48 +02:00
parent 255cb9bc2f
commit 3323e581b2
3 changed files with 28 additions and 42 deletions

View File

@@ -26,3 +26,7 @@ dev_restart_with_logs:
test:
docker compose --env-file .env.template -f ./compose.yaml -f ./.docker-compose-files/compose.test.yaml up --build --abort-on-container-exit --exit-code-from web
lint:
docker compose exec web ruff check
docker compose exec web mypy .