You've already forked RekomenciBackend
chore: improved Justfile
This commit is contained in:
@@ -16,7 +16,7 @@ build:
|
|||||||
[group("Docker")]
|
[group("Docker")]
|
||||||
[doc("Compose start")]
|
[doc("Compose start")]
|
||||||
up:
|
up:
|
||||||
docker compose --profile migrations --profile observability up -d --remove-orphans --quiet-pull
|
docker compose --profile migrations --profile observability up -d --remove-orphans --quiet-pull --force-recreate
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
# > Tests
|
# > Tests
|
||||||
@@ -44,10 +44,21 @@ lint:
|
|||||||
bandit src tests
|
bandit src tests
|
||||||
|
|
||||||
[no-cd]
|
[no-cd]
|
||||||
[group("Formatters run")]
|
[group("Formatters")]
|
||||||
format:
|
format:
|
||||||
ruff format
|
ruff format
|
||||||
|
|
||||||
|
# =========
|
||||||
|
# > Overall check
|
||||||
|
# =========
|
||||||
|
|
||||||
|
[no-cd]
|
||||||
|
[group("Check")]
|
||||||
|
[doc("Check before commit")]
|
||||||
|
check:
|
||||||
|
just lint
|
||||||
|
just tests
|
||||||
|
|
||||||
# =========
|
# =========
|
||||||
# > Migrations
|
# > Migrations
|
||||||
# =========
|
# =========
|
||||||
|
|||||||
Reference in New Issue
Block a user