Skip to content

Commit

Permalink
ci: use uv in lint.yaml (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Nov 15, 2024
1 parent dff74e5 commit 5bc5c6e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v5
uses: astral-sh/setup-uv@v3
with:
python-version: "3.11"
cache: "pip"

- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
version: "latest"

- name: "Run"
run: python3 -m ruff check .
run: uv tool run ruff check .

0 comments on commit 5bc5c6e

Please sign in to comment.