Skip to content

Bump the uv group across 1 directory with 2 updates #22

Bump the uv group across 1 directory with 2 updates

Bump the uv group across 1 directory with 2 updates #22

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Add uv to PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Build project
run: uv build