ci-cd (workflows): 👷 Add workflows and eslint rules#18
Merged
cesarureno merged 5 commits intodevelopfrom Nov 19, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds CI/CD workflows and ESLint configuration rules to improve code quality and automate deployment processes. The changes include new GitHub Actions workflows for linting, testing deployment, and production deployment, along with ESLint configuration updates and formatting fixes to Vue components.
- Added three GitHub Actions workflows for automated linting, testing deployment, and production deployment
- Enhanced ESLint configuration with Vue-specific rules and additional ignore patterns
- Applied indentation formatting fixes to Vue components to comply with new ESLint rules
Reviewed Changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/lint.yml | New workflow to run ESLint and build checks on pull requests |
| .github/workflows/deploy-testing.yml | New workflow to deploy to testing environment on prerelease |
| .github/workflows/deploy-production.yml | New workflow to deploy to production via AWS S3 on release |
| eslint.config.js | Updated with Vue-specific rules, additional ignore patterns, and improved formatting |
| package.json | Added vite-plugin-eslint dependency |
| src/views/NotFound.vue | Fixed indentation to comply with ESLint rules |
| src/layout/components/nav/NavBar.vue | Fixed indentation to comply with ESLint rules |
| src/components/whyChooseUs/HeroSection.vue | Fixed indentation to comply with ESLint rules |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
cesarureno
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.