Skip to content

Conversation

@yashashkumar
Copy link

No description provided.

vinodbhorge and others added 3 commits June 25, 2025 14:31
#SBCOSS-157-Feat: Github-Action - Validate PR: Unit Tests and Linting
@yashashkumar yashashkumar changed the title Actions Actions for build, run test cases and sonar analysis on a PR Jun 25, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces GitHub Actions workflows to automate the build, testing, and SonarQube analysis on pull requests while updating the project's linting configuration.

  • Updated ESLint to version 8.57.1 and added related dependencies in package.json.
  • Added a GitHub Actions workflow for build, test, lint, and SonarQube analysis events on pull requests.
  • Replaced the old .eslintrc JSON config with a new .eslintrc.js configuration.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Upgraded ESLint version, added linting dependencies, and a new lint script.
README.md Added documentation for GitHub Actions build and test workflow.
.github/workflows/pull-request.yml Introduced a new workflow for automated builds, testing, linting, and sonar analysis.
.eslintrc.js New ESLint configuration file with a typo in the require call.
.eslintrc Removed previous ESLint configuration in JSON format.

renamed key

Co-authored-by: Copilot <[email protected]>
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.

3 participants