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

Add Lighthouse audit in CI #23

Open
nicolasperez19 opened this issue Oct 31, 2024 · 0 comments · Fixed by nkzarrabi/mic-master-flex#3 · May be fixed by #29
Open

Add Lighthouse audit in CI #23

nicolasperez19 opened this issue Oct 31, 2024 · 0 comments · Fixed by nkzarrabi/mic-master-flex#3 · May be fixed by #29
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@nicolasperez19
Copy link
Owner

No description provided.

@nicolasperez19 nicolasperez19 added enhancement New feature or request good first issue Good for newcomers labels Oct 31, 2024
@nicolasperez19 nicolasperez19 added this to the Make code more robust milestone Oct 31, 2024
nkzarrabi added a commit to nkzarrabi/mic-master-flex that referenced this issue Oct 31, 2024
Fixes nicolasperez19#23

Add Lighthouse audit to CI workflow.

* **package.json**:
  - Add `lighthouse-ci` as a dev dependency.
  - Add a new script `lighthouse` to run Lighthouse CI.

* **.github/workflows/deploy.yml**:
  - Add a new job `lighthouse` to run Lighthouse audit after the `build` job.
  - Use `actions/setup-node@v3` to set up Node.js.
  - Run `npm install` and `npm run lighthouse` in the `lighthouse` job.

* **README.md**:
  - Add a section about Lighthouse audit in the CI process.
  - Include instructions for running Lighthouse CI locally.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nicolasperez19/mic-master-flex/issues/23?shareId=XXXX-XXXX-XXXX-XXXX).
nkzarrabi added a commit to nkzarrabi/mic-master-flex that referenced this issue Oct 31, 2024
Fixes nicolasperez19#23

Add Lighthouse audit to CI workflow.

* **package.json**:
  - Add `lighthouse-ci` as a dev dependency.
  - Add a new script `lighthouse` to run Lighthouse CI.

* **.github/workflows/deploy.yml**:
  - Add a new job `lighthouse` to run Lighthouse audit after the `build` job.
  - Use `actions/setup-node@v3` to set up Node.js.
  - Run `npm install` and `npm run lighthouse` in the `lighthouse` job.

* **README.md**:
  - Add a section about Lighthouse audit in the CI process.
  - Include instructions for running Lighthouse CI locally.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nicolasperez19/mic-master-flex/issues/23?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
1 participant