Skip to content

Commit 9c69d09

Browse files
authored
ci: run uv build
1 parent fe62214 commit 9c69d09

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ jobs:
9797
run: |
9898
git add --intent-to-add test/snapshot
9999
git diff --exit-code test/snapshot
100+
101+
build:
102+
runs-on: ubuntu-24.04
103+
steps:
104+
- uses: actions/checkout@v4
105+
106+
- uses: astral-sh/setup-uv@v5
107+
with:
108+
version: ${{ env.UV_VERSION }}
109+
enable-cache: false
110+
111+
- run: uv build --no-sources

0 commit comments

Comments
 (0)