Skip to content

Created Lint check CI action#123

Open
Adithyan-Dinesh-Trenser wants to merge 1 commit into
nightlyfrom
gradienthealth/create-lint-check-ci-action
Open

Created Lint check CI action#123
Adithyan-Dinesh-Trenser wants to merge 1 commit into
nightlyfrom
gradienthealth/create-lint-check-ci-action

Conversation

@Adithyan-Dinesh-Trenser

Copy link
Copy Markdown

Add ESLint CI Lint Check

Description

Introduces a GitHub Actions workflow that runs ESLint on every push and PR.
Scoped to only changed lines so existing lint debt doesn't block new work.

What's included

  • CI/CD Integration (.github/workflows/lint.yml)
  • Uses eslint-plugin-diff/ci to lint only changed lines.
  • Runs on pushes and PRs targeting nightly/production.
  • Handles force pushes, new branches, and auto-cancels redundant runs.

Dependencies

  • Adds eslint-plugin-diff@2.1.7 as a dev dependency.

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.

1 participant