ci: add fast validation lanes - #20
Open
belguinan wants to merge 1 commit into
Open
Conversation
Contributor
|
thank you for this contribution, |
pr-elhajji
approved these changes
Jun 2, 2026
Contributor
There was a problem hiding this comment.
Thanks for the awesome PR! 🚀
The conditional preflight logic and security fast-lane are spot on. This is going to save us so much build time and CI credits.
Please resolve conflicts before merge!
Thanks again for your valuable contribution to the project! 🙌
Contributor
Author
Glad to do it, thank you. Once the project structure is agreed upon, we can start collaborating on it. |
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.
Description
Adds fast-fail CI lanes so lightweight validation and security checks run before the heavier build job. The workflow now surfaces failures early for secret scanning, workflow audit, dependency audit, linting, type-checking, and smoke build validation.
The web package also exposes explicit
typecheckandsmokescripts so the fast lanes can be run locally and independently in CI.Related issue
Closes #2
Type of change
feat— new featurefix— bug fixdocs— documentation onlyrefactor/perf/styleci/build/choreScreenshots (for UI changes)
Not applicable; this PR only changes CI behavior.
Checklist
npm run lintandnpm run buildpass locally (inweb/)AI assistance disclosure
Local validation
npm run lintnpm run typechecknpm run smokenpm audit --audit-level=moderatenpm run build.github/workflows/ci.ymlactionlintfor.github/workflows/ci.yml