Skip to content

Commit 9b0c29e

Browse files
farhanclaude
andcommitted
ci: add quality and docs envs to CI matrix
tox.ini already declared quality and docs in envlist with correct dependency_groups, but the CI matrix only ran py. Wire them up so pylint/pycodestyle/pydocstyle/mypy/isort and the docs build are verified on every CI run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 48832c3 commit 9b0c29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
python-version: ["3.12"]
17-
toxenv: [py]
17+
toxenv: [py, quality, docs]
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)