mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-20 15:34:08 +02:00
Test that should fail
Refs https://github.com/simonw/sqlite-utils/issues/842#issuecomment-5287583061
This commit is contained in:
parent
1d98613f28
commit
c9d8a12a7e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -53,6 +53,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install uv
|
pip install uv
|
||||||
uv run ty check sqlite_utils
|
uv run ty check sqlite_utils
|
||||||
|
- name: Check no accidental dev= dependencies needed
|
||||||
|
run: |
|
||||||
|
uv run --no-default-groups sqlite-utils --help
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: black . --check
|
run: black . --check
|
||||||
- name: Check if cog needs to be run
|
- name: Check if cog needs to be run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue