Skip to content

Update shields.io labels to correct PyPI domain #6

Update shields.io labels to correct PyPI domain

Update shields.io labels to correct PyPI domain #6

Workflow file for this run

name: 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: [ py311, py312, py313, lint, check-format, typecheck ]
runs-on: ubuntu-latest