Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workflow): Add ESLint + Prettier Workflow for Automated Code Quality Checks #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nitro56565
Copy link
Contributor

@nitro56565 nitro56565 commented Mar 19, 2025

Closes: #232

This PR ensures every pull request follows consistent code quality standards, keeps the codebase clean, and reduces the manual effort needed during reviews. It automates ESLint + Prettier workflow to ensure consistent code quality in the Template Playground.

Changes

  • Runs on pull requests and pushes to the main branch
  • Sets up Node.js 18.x and Performs a clean install (npm ci)
  • Runs ESLint which also includes Prettier formatting checks.

Expected Outcome

Every PR is automatically checked for linting and formatting errors
Prevents broken or messy code from merging — errors block the PR until fixed
Ensures consistent formatting across the codebase
Saves time by reducing manual checks in code reviews

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

@nitro56565 nitro56565 requested a review from a team as a code owner March 19, 2025 11:18
Copy link

netlify bot commented Mar 19, 2025

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit 36ba1f4
🔍 Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/67daa81ed4a1ae0008df6811
😎 Deploy Preview https://deploy-preview-301--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

feat(workflow): Add ESLint Workflow for Automated Code Quality Checks
1 participant