This commit is contained in:
parent
27fcbc379b
commit
9bc7a24f9d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/build.yaml
vendored
Normal file
14
.github/workflows/build.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue