Skip to content

Commit

Permalink
Update lighthouserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marclupanc authored Nov 10, 2024
1 parent c478769 commit 0a2bce7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lighthouserc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"ci": {
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"categories:performance": ["warn", { "minScore": 0.4 }],
"categories:accessibility": ["warn", { "minScore": 0.6 }],
"categories:best-practices": ["warn", { "minScore": 0.6 }],
"categories:performance": ["warn", { "minScore": 0.7 }],
"categories:accessibility": ["errwarnor", { "minScore": 0.8 }],
"categories:best-practices": ["warn", { "minScore": 0.8 }],
"categories:seo": ["warn", { "minScore": 0.8 }]
}
}
}
Expand Down

0 comments on commit 0a2bce7

Please sign in to comment.