Add GitHub Actions CI for PRs and fix lint/type-check errors - #45
Merged
Conversation
Agent-Logs-Url: https://github.com/laixintao/pingtop/sessions/3ab84f5c-8c43-4114-8130-3199dde3b40d Co-authored-by: laixintao <9675939+laixintao@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Enable GitHub workflow for repository
Add GitHub Actions CI workflow
Apr 1, 2026
Copilot stopped work on behalf of
laixintao due to an error
April 1, 2026 04:38
Copilot stopped work on behalf of
laixintao due to an error
April 1, 2026 04:38
Agent-Logs-Url: https://github.com/laixintao/pingtop/sessions/8ffdc0b4-1c22-46bb-b87b-4451d1197b0c Co-authored-by: laixintao <9675939+laixintao@users.noreply.github.com>
Copilot
AI
changed the title
Add GitHub Actions CI workflow
Add GitHub Actions CI; remove broken CircleCI config
Apr 1, 2026
laixintao
approved these changes
Apr 1, 2026
Agent-Logs-Url: https://github.com/laixintao/pingtop/sessions/74ffd517-0578-42ad-b8fb-f389c4556913 Co-authored-by: laixintao <9675939+laixintao@users.noreply.github.com>
Copilot
AI
changed the title
Add GitHub Actions CI; remove broken CircleCI config
Add GitHub Actions CI for PRs and fix lint/type-check errors
Apr 1, 2026
laixintao
marked this pull request as ready for review
April 1, 2026 08:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI only ran on master via a broken CircleCI setup (Python 3.7 + tox, no
tox.ini). PRs had no CI coverage.CI workflow
.github/workflows/ci.yml— matrix CI (Python 3.10/3.11/3.12) on push and PR to main/master.circleci/config.ymlFix pre-existing lint/type errors
app.pyandsummary.pysrc/pingtop/py.typedmarker so mypy can check the installed packagetype: ignore[arg-type]forclick.style(**kwargs)passthrough insummary.py