hardverapro-mcp/.github/workflows/build.yaml
Balázs Toldi 9bc7a24f9d
Some checks failed
Build / python (push) Failing after 4s
github workflow
2025-07-16 15:04:19 +02:00

14 lines
No EOL
263 B
YAML

name: Build
on: [push, pull_request]
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: uv build
run: uv build --verbose