forked from nicolasperez19/mic-master-flex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
Showing
3 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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