Skip to content

Commit

Permalink
fix assert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykulikov committed Mar 8, 2023
1 parent 705a418 commit b2e7601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/lighthouse/lighthouserc-assertions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"content-width": ["warn", { "minScore": 0 }],
"render-blocking-resources": ["warn", { "numericValue": 0 }],
"uses-rel-preconnect": ["warn", { "numericValue": 0 }],
"maskable-icon": ["warn", { "minScore": 0.9 }],
Expand Down

0 comments on commit b2e7601

Please sign in to comment.