Remove build CI jobs & add formatting job

This commit is contained in:
Sonny Bakker 2025-02-27 21:39:29 +01:00
parent 6e66da4045
commit c4fb34629a
2 changed files with 5 additions and 13 deletions

View file

@ -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

View file

@ -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