feat(ci): add automated Lighthouse audit pipeline (#2)
All checks were successful
Portfolio/pipeline/head This commit looks good

Co-authored-by: Lucas <lucasroyer.dev@gmail.com>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
Lucas
2026-01-12 11:53:24 +00:00
parent ee13b191c3
commit 5a6355957f
8 changed files with 106 additions and 18 deletions

7
.gitignore vendored
View File

@@ -5,6 +5,7 @@ dist/
# dependencies
node_modules/
.pnpm-store/
# logs
npm-debug.log*
@@ -22,3 +23,9 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
# vscode
.vscode/
# Lighthouse CI reports
.lighthouseci/