Skip to content

Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.2.0 (#571) #1220

Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.2.0 (#571)

Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.2.0 (#571) #1220

Workflow file for this run

name: Build the package
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Prepare and install deps
uses: ./.github/actions/install-deps
- name: Check if package builds
run: uv build