Skip to content

fix: handle missing BUILD_DEPENDENCIES in diff output #27

fix: handle missing BUILD_DEPENDENCIES in diff output

fix: handle missing BUILD_DEPENDENCIES in diff output #27

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: Run tests
run: uv run poe test