Skip to content

Conversation

@magicxor
Copy link
Owner

This ensures code quality and consistency by automatically checking the frontend code for potential errors and style violations.

The workflow uses Node.js v24, caches npm dependencies, and runs the linting script defined in the package.json file.

This ensures code quality and consistency by automatically checking the frontend code for potential errors and style violations.

The workflow uses Node.js v24, caches npm dependencies, and runs the linting script defined in the `package.json` file.
@magicxor magicxor self-assigned this Nov 29, 2025
Copilot AI review requested due to automatic review settings November 29, 2025 19:54
@magicxor magicxor added ci code javascript Pull requests that update javascript code labels Nov 29, 2025
Copy link
Contributor

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 adds a frontend linting workflow to automate code quality checks for the frontend codebase. The workflow is added as a new job (check_frontend) in the existing reusable test runner workflow.

  • Introduces automated frontend linting using ESLint
  • Configures Node.js environment with npm dependency caching
  • Executes the lint script defined in the frontend package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@magicxor magicxor merged commit 8fbc90e into master Nov 29, 2025
4 checks passed
@magicxor magicxor deleted the feature/add-linter-gh-workflow-steps branch November 29, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci code javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants