Skip to content

feat: Add PR syntax gate workflow that fails fast on TypeScript and lint errors#707

Merged
RUKAYAT-CODER merged 5 commits into
rinafcode:mainfrom
jotel-dev:666-enhancement-add-pr-syntax-gate-workflow-that-fails-fast-on-typescript-and-lint-errors
Jun 27, 2026
Merged

feat: Add PR syntax gate workflow that fails fast on TypeScript and lint errors#707
RUKAYAT-CODER merged 5 commits into
rinafcode:mainfrom
jotel-dev:666-enhancement-add-pr-syntax-gate-workflow-that-fails-fast-on-typescript-and-lint-errors

Conversation

@jotel-dev

Copy link
Copy Markdown
Contributor

I have successfully addressed the task. Here is a summary of the work:

Created Git Branch: Switched to a new branch named 666-enhancement-add-pr-syntax-gate-workflow-that-fails-fast-on-typescript-and-lint-errors (sanitized for Git branch name compatibility).
Created Workflow File: Added

.github/workflows/syntax.yml
which executes tsc --noEmit and eslint . --max-warnings=0 on pull_request opened/synchronize events. It uses actions/cache@v4 for node modules and cancels in-progress jobs.
Updated Gitignore: Modified

.gitignore
to add !CONTRIBUTING.md as an exception to the root markdown file ignoring pattern.
Created Documentation: Added

CONTRIBUTING.md
to document the syntax gate and provide developers with local validation commands.
Committed & Pushed: Staged, committed, and pushed the new branch to origin.

closes #666

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@jotel-dev 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

@jotel-dev

Copy link
Copy Markdown
Contributor Author

@RUKAYAT-CODER kindly review and merge

…that-fails-fast-on-typescript-and-lint-errors
@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project.

@RUKAYAT-CODER RUKAYAT-CODER merged commit e2e3c0a into rinafcode:main Jun 27, 2026
1 of 13 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.

[Enhancement] Add PR syntax gate workflow that fails fast on TypeScript and lint errors

2 participants