Skip to content

Commit 94058b8

Browse files
committed
test
Signed-off-by: Alexandros Koumparoulis <[email protected]>
1 parent dbb4ed6 commit 94058b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Run ruff
6161
run: |
6262
source ./venv/bin/activate
63-
uv run ruff check . --verbose
64-
uv run ruff format --check . --verbose
63+
uv run --active ruff check --verbose .
64+
uv run --active ruff format --check --verbose .
6565
6666
import_linting:
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)