Skip to content

refactor: use cyclonedx-python-lib for BOM generation, validation, and license handling #24

refactor: use cyclonedx-python-lib for BOM generation, validation, and license handling

refactor: use cyclonedx-python-lib for BOM generation, validation, and license handling #24

Workflow file for this run

name: Tests
on:
push:
branches: [v0.2, main]
pull_request:
branches: [v0.2, main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install -e ".[dev]"
- run: pytest tests/ -v --tb=short