Skip to content

ci(publish): lint both src/ and tests/ (match CI consistency)#10

Merged
Coding-Dev-Tools merged 1 commit into
masterfrom
Openclaw/apighost/fix-publish-lint-consistency
May 19, 2026
Merged

ci(publish): lint both src/ and tests/ (match CI consistency)#10
Coding-Dev-Tools merged 1 commit into
masterfrom
Openclaw/apighost/fix-publish-lint-consistency

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

The publish workflow only checked src/ during linting, but CI checks
both src/ and tests/. This gap means published packages could ship
code that doesn't pass CI-level lint checks.

Fix: align publish lint step with CI by checking tests/ too, and
remove redundant --target-version py310 flag (already set in
pyproject.toml).

The publish workflow only checked src/ during linting, but CI checks
both src/ and tests/. This gap means published packages could ship
code that doesn't pass CI-level lint checks.

Fix: align publish lint step with CI by checking tests/ too, and
remove redundant --target-version py310 flag (already set in
pyproject.toml).
@Coding-Dev-Tools Coding-Dev-Tools merged commit 9cc7633 into master May 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant