Skip to content

Update to final 5.1.0 CVE record schema #271

Update to final 5.1.0 CVE record schema

Update to final 5.1.0 CVE record schema #271

Workflow file for this run

name: Run CI
on: [push, pull_request]
jobs:
tox:
name: Run Tox
steps:
- uses: actions/checkout@v2
- name: Run all envs
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py37, py38, py39, py310, py311, black, ruff, mypy]
runs-on: ubuntu-latest