diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml similarity index 83% rename from .github/workflows/test.yml rename to .github/workflows/ci.yml index c082306..5e042ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,11 @@ jobs: uv sync --all-extras --dev uv pip install -e . - - name: ๐Ÿ’… Link & Format Check - run: make check_code_quality + - name: ๐Ÿ’… Format Check + run: make format-check + + - name: ๐Ÿ”Ž Lint Check + run: make lint-check - name: ๐Ÿงช Test run: uv run pytest tests/