13 lines
280 B
YAML
13 lines
280 B
YAML
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: development build
|
|
image: ghcr.io/astral-sh/uv:python3.11
|
|
commands:
|
|
- uv run -- transip-listen --help
|
|
|
|
- name: production build
|
|
image: ghcr.io/astral-sh/uv:python3.11
|
|
commands:
|
|
- uv run -- transip-listen --help
|