Skip to content

Commit ca1d9e8

Browse files
committed
CI: Run ruff via uv, dev-dependencies
1 parent 8e4f8bd commit ca1d9e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
submodules: true
22+
- uses: astral-sh/setup-uv@v5
2223
- name: "Main Script"
2324
run: |
24-
pipx install ruff
25-
ruff check
25+
uv run --only-dev ruff check
2626
2727
typos:
2828
name: Typos

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ Documentation:
149149

150150
Ruff:
151151
script:
152-
- pipx install ruff
153-
- ruff check
152+
- pipx install uv
153+
- uv run --only-dev ruff check
154154
tags:
155155
- docker-runner
156156
except:

0 commit comments

Comments
 (0)