Skip to content

Add Co-authored-by AI attribution trailer toggle #17

Add Co-authored-by AI attribution trailer toggle

Add Co-authored-by AI attribution trailer toggle #17

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, py314, lint, check-format, typecheck ]
runs-on: ubuntu-latest