Skip to content

Merge pull request #110 from RedHatProductSecurity/release-docs #338

Merge pull request #110 from RedHatProductSecurity/release-docs

Merge pull request #110 from RedHatProductSecurity/release-docs #338

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: [py39, py310, py311, py312, py313, ruff-lint, ruff-format, mypy]
runs-on: ubuntu-latest