Skip to content

Commit

Permalink
reorder ci
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 13, 2024
1 parent d9103b3 commit 550f52d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 550f52d

Please sign in to comment.