feat(ci): release notify (#94)

This commit is contained in:
banteg
2026-01-12 06:05:15 +04:00
committed by GitHub
parent a1090bdf83
commit bc1319b73d
4 changed files with 72 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
check:
uv run ruff format --check
uv run ruff check .
uv run ty check .
uv run ruff format --check src tests
uv run ruff check src tests
uv run ty check src tests
uv run pytest
bundle: