Skip to content

CSAF bugfixes, better reports and list diffing #107

CSAF bugfixes, better reports and list diffing

CSAF bugfixes, better reports and list diffing #107

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install .[dev]
- name: Run tests
run: |
python3 -m pytest test
python3 -m pip install types-toml
python3 -m mypy custom_json_diff