Skip to content

ci: run lint and typecheck as separate parallel CI gates (#463) - #546

Merged
barry01-hash merged 1 commit into
PromptMintLabs:mainfrom
abdulqoyumadegoke:ci/463-split-lint-typecheck
Aug 31, 2026
Merged

ci: run lint and typecheck as separate parallel CI gates (#463)#546
barry01-hash merged 1 commit into
PromptMintLabs:mainfrom
abdulqoyumadegoke:ci/463-split-lint-typecheck

Conversation

@abdulqoyumadegoke

Copy link
Copy Markdown

Closes #463

Summary

Splits the monolithic CI pipeline into distinct, parallel jobs (\lint, \ ypecheck, \ est, and \�uild) for faster developer feedback and isolated failure diagnostics.

Changes Made

  • Separated \yarn lint\ into a dedicated \lint\ CI job.
  • Separated \yarn typecheck\ into a dedicated \ ypecheck\ CI job.
  • Maintained dedicated \ est\ and \�uild\ jobs with explicit dependency resolution.

@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@abdulqoyumadegoke Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@barry01-hash
barry01-hash merged commit 361ff9f into PromptMintLabs:main Aug 31, 2026
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.

Run lint + typecheck as separate CI gates

3 participants