Skip to content

Commit 9012873

Browse files
committed
fix(ci): pass GITHUB_STEP_SUMMARY to tox environments
Enable auto-fix hints to appear in CI job summaries by passing the GITHUB_STEP_SUMMARY env var through to tox environments.
1 parent b669a88 commit 9012873

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ envlist =
3434
runner = uv-venv-lock-runner
3535
uv_seed = false
3636
wheel_build_env = .pkg
37+
passenv = GITHUB_STEP_SUMMARY
3738

3839
# Individual static check environments (use scripts/fast_checks.py for fix hints)
3940
[testenv:spellcheck]

0 commit comments

Comments
 (0)