Move linting to uv
This commit is contained in:
parent
9be93ec7ee
commit
d5a7451843
1 changed files with 3 additions and 5 deletions
|
@ -2,9 +2,7 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3-slim
|
image: ghcr.io/astral-sh/uv:python3.13-bookworm
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- uv sync
|
||||||
- python -m pip install -r requirements.txt
|
- uvx ruff check
|
||||||
- python -m pip install ruff
|
|
||||||
- ruff check .
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue