Remove build CI jobs & add formatting job
This commit is contained in:
parent
6e66da4045
commit
c4fb34629a
2 changed files with 5 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- name: development build
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- uv run -- transip-listen --help
|
||||
|
||||
- name: production build
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- uv run -- transip-listen --help
|
||||
|
|
@ -8,3 +8,8 @@ steps:
|
|||
- uv sync --extra ci
|
||||
- uv run -- coverage run --module unittest
|
||||
- uv run -- coverage report
|
||||
|
||||
- name: code formatting
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- uv run -- ruff format --diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue