Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
python -m pip install uv
- name: Setup
run: |
uv sync --frozen
uv venv
uv sync
- name: Check formatting with black
run: |
uv tool run black --check .
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
uv build
- name: Install
run: |
uv venv
uv sync
uv sync --frozen
uv pip install .
- name: Shell tests
run: |
Expand Down