Add pre-commit hook (#8)

* Add pre-commit hook

* Fix progress

* Update hook

---------

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-05-22 15:05:24 +03:00
committed by GitHub
parent 016da166dd
commit 946cde1ea6
7 changed files with 110 additions and 7 deletions

View File

@@ -49,12 +49,12 @@ docker compose --profile blue up --wait --remove-orphans --scale web-blue=5
Вывод
```output
✔ Network docker_default Created 0.0s
✔ Container docker-nginx-proxy-1 Healthy 0.1s
✔ Container docker-web-blue-2 Healthy 0.1s
✔ Container docker-web-blue-4 Healthy 0.1s
✔ Container docker-web-blue-3 Healthy 0.0s
✔ Container docker-web-blue-5 Healthy 0.1s
✔ Network docker_default Created 0.0s
✔ Container docker-nginx-proxy-1 Healthy 0.1s
✔ Container docker-web-blue-2 Healthy 0.1s
✔ Container docker-web-blue-4 Healthy 0.1s
✔ Container docker-web-blue-3 Healthy 0.0s
✔ Container docker-web-blue-5 Healthy 0.1s
✔ Container docker-web-blue-1 Healthy 0.1s
```