Skip to content

Commit bc4265b

Browse files
committed
Create PR comments from ruff and mypy output
1 parent 0cb438b commit bc4265b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: uv sync --locked --all-extras --dev
2828
- name: Run Ruff
29-
run: uvx ruff check .
29+
run: uvx ruff check . --output-format=github
3030
- name: Run type checks
31-
run: uvx mypy pystiebeleltron test
31+
run: uvx mypy pystiebeleltron test --show-error-codes --pretty --github-actions
3232
- name: Run tests
3333
run: |
3434
uv run pytest \

0 commit comments

Comments
 (0)