From 47e5d4f9698a7f744f791fc1542421be48e5f3c3 Mon Sep 17 00:00:00 2001 From: Alishahryar1 Date: Sun, 15 Feb 2026 22:05:47 -0800 Subject: [PATCH] Updated workflow --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97df164..1c57a2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,10 @@ jobs: enable-cache: true cache-python: true - - name: Lint + - name: Lint check + run: uv run ruff format --check + + - name: Format check run: uv run ruff check - name: Type check