Skip to content

Add ESLint linting GitHub Action for PRs#377

Merged
sweetmantech merged 1 commit intotestfrom
feature/REC-37-lint-github-action
Mar 31, 2026
Merged

Add ESLint linting GitHub Action for PRs#377
sweetmantech merged 1 commit intotestfrom
feature/REC-37-lint-github-action

Conversation

@recoup-coding-agent
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a lint.yml GitHub Action workflow that runs pnpm lint:check on all pull requests targeting main and test branches
  • Follows the same pattern as existing format.yml and test.yml workflows
  • Ensures ESLint checks are enforced as a CI gate on all PRs

Test plan

  • Open a PR against test or main and verify the Lint Check workflow runs
  • Verify it catches lint errors by introducing a deliberate lint violation
  • Verify it passes on clean code

Co-Authored-By: Paperclip noreply@paperclip.ing

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recoup-api Ready Ready Preview Mar 30, 2026 11:57pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 30, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • .github/workflows/lint.yml is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4fb0b0ed-d186-489a-ae78-36a4faa50062

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/REC-37-lint-github-action

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Adds a lint.yml workflow that runs pnpm lint:check on all pull requests
targeting main and test branches, matching the existing format and test
workflow patterns.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@sweetmantech sweetmantech force-pushed the feature/REC-37-lint-github-action branch from 1ef45d6 to 9fda04e Compare March 30, 2026 23:55
@sweetmantech sweetmantech merged commit d5c383b into test Mar 31, 2026
4 of 5 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.

2 participants