From 550f52d1e71db4edbff57035c9391bd17c132661 Mon Sep 17 00:00:00 2001 From: caelean Date: Thu, 13 Jun 2024 16:18:10 -0700 Subject: [PATCH] reorder ci --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bf73c9..45f63f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,15 +27,6 @@ jobs: uv venv source .venv/bin/activate uv pip install -r dev-requirements.txt - - name: Check ruff - run: | - source .venv/bin/activate - ruff check - ruff format --check - - name: Check types with pyright - run: | - source .venv/bin/activate - pyright - name: Setup extension run: | source .venv/bin/activate @@ -45,3 +36,12 @@ jobs: run: | source .venv/bin/activate nox --session tests + - name: Check ruff + run: | + source .venv/bin/activate + ruff check + ruff format --check + - name: Check types with pyright + run: | + source .venv/bin/activate + pyright