Skip to content

Commit fcdf8ee

Browse files
committed
fixup! .github/workflows: add lint/format CI
1 parent 4787a22 commit fcdf8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruff.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uv venv
1616
uv pip compile pyproject.toml --extra ci | uv pip install -r -
1717
- name: ruff check
18-
run: ruff check --output-format=github .
18+
run: .venv/bin/ruff check --output-format=github .
1919
format:
2020
runs-on: ubuntu-latest
2121
steps:
@@ -30,7 +30,7 @@ jobs:
3030
uv venv
3131
uv pip compile pyproject.toml --extra ci | uv pip install -r -
3232
- name: ruff format
33-
run: ruff format --diff .
33+
run: .venv/bin/ruff format --diff .
3434
# test:
3535
# runs-on: ubuntu-latest
3636
# steps:

0 commit comments

Comments
 (0)