Skip to content

fix(CVSS2, CVSS3, CVSS4): implement and correct __eq__ methods #74

fix(CVSS2, CVSS3, CVSS4): implement and correct __eq__ methods

fix(CVSS2, CVSS3, CVSS4): implement and correct __eq__ methods #74

Workflow file for this run

name: Run CI
on:
push:
branches:
- master
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: [py27, py36, py37, py38, py39, py310, py311, black, isort, flake8]
runs-on: ubuntu-latest