Skip to content

Commit a99f4da

Browse files
authored
Update min scores for lighthouse (#792)
1 parent 881623c commit a99f4da

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/lighthouserc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"assert": {
1414
"assertions": {
15-
"categories:performance": ["error", { "minScore": 0.90 }],
16-
"categories:accessibility": ["error", { "minScore": 0.95 }],
17-
"categories:best-practices": ["error", { "minScore": 0.90 }],
15+
"categories:performance": ["error", { "minScore": 0.80 }],
16+
"categories:accessibility": ["error", { "minScore": 0.85 }],
17+
"categories:best-practices": ["error", { "minScore": 0.75 }],
1818
"categories:seo": ["error", { "minScore": 0.95 }]
1919
}
2020
}

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
--check-links-ignore "https://github.com/[^/]+/?$" \
9393
--check-links-ignore "https://sloan.org" \
9494
--check-links-ignore "https://www.bloomberg.com" \
95+
--check-links-ignore "https://www.oracle.com" \
9596
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause"
9697
9798
lighthouse:

0 commit comments

Comments
 (0)