Skip to content

Report already broken packages as a separate category #4

Report already broken packages as a separate category

Report already broken packages as a separate category #4

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test with Python ${{ matrix.tox-env }}
runs-on: ubuntu-latest
strategy:
matrix:
tox-env: [py39, py310, py311, py312, py313, py314]
steps:
- uses: actions/checkout@v4
- name: Run tests with tox
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox-env }}
dnf_install: python3-rpm
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ruff
uses: fedora-python/tox-github-action@main
with:
tox_env: lint