github workflow
Some checks failed
Build / python (push) Failing after 4s

This commit is contained in:
Balázs Toldi 2025-07-16 15:04:19 +02:00
parent 27fcbc379b
commit 9bc7a24f9d

14
.github/workflows/build.yaml vendored Normal file
View file

@ -0,0 +1,14 @@
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