Skip to content

chore(deps): update crazy-max/ghaction-github-labeler action to v6 #585

chore(deps): update crazy-max/ghaction-github-labeler action to v6

chore(deps): update crazy-max/ghaction-github-labeler action to v6 #585

Workflow file for this run

---
name: Build
on:
workflow_dispatch:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
cache-dependency-glob: uv-lock
- name: Install the project
run: uv sync --locked --all-extras --dev
- name: Run tests
run: uv run pytest
# run: uv run pytest -rA --cov-report=xml
# - uses: codecov/codecov-action@v5
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# fail_ci_if_errror: true
# verbose: true