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
All checks were successful
Gitea Test. / tests (push) Successful in 49s
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user