Skip to content

refactor(ci): reorganize CI jobs#53

Merged
TheTrueAI merged 1 commit intomainfrom
improve-ci-2
Feb 26, 2026
Merged

refactor(ci): reorganize CI jobs#53
TheTrueAI merged 1 commit intomainfrom
improve-ci-2

Conversation

@TheTrueAI
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings February 26, 2026 15:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the CI workflow to improve organization, performance, and maintainability. The single monolithic test job has been split into four independent parallel jobs, and a concurrency configuration has been added to cancel in-progress runs when new commits are pushed.

Changes:

  • Added concurrency control to cancel redundant workflow runs
  • Split the single test job into four parallel jobs: lint, typecheck, test, and audit
  • Streamlined formatting by removing unnecessary blank lines and consolidating the dependency installation step

@TheTrueAI TheTrueAI merged commit 909334f into main Feb 26, 2026
8 checks passed
@TheTrueAI TheTrueAI deleted the improve-ci-2 branch February 26, 2026 15:36
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.

2 participants