Skip to content

Add configurable issue ID validation in title #20

Add configurable issue ID validation in title

Add configurable issue ID validation in title #20

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