Skip to content
Closed
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .github/workflows/Lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: uv sync --all-extras --dev
- name: run ty check
run: uvx ty check
Comment thread
rerpha marked this conversation as resolved.
Outdated
- name: Test with pytest
run: uv run pytest tests
Loading