Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
uv run pre-commit install --install-hooks
uv run pre-commit run --show-diff-on-failure --color=always --all-files

- name: Run async worker unit tests
run: uv run pytest -q osprey_async_worker

- name: Check for unused and undeclared dependencies
run: uv tool run fawltydeps --pyenv .venv

Expand Down
Loading