From 28c1a5c0ecf485407c34c062a1f81e70ea6e6614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Thu, 10 Apr 2025 09:20:04 +0100 Subject: [PATCH 1/2] Update min scores for lighthouse --- .github/workflows/lighthouserc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lighthouserc.json b/.github/workflows/lighthouserc.json index 058fb0c3..fac8337d 100644 --- a/.github/workflows/lighthouserc.json +++ b/.github/workflows/lighthouserc.json @@ -12,9 +12,9 @@ }, "assert": { "assertions": { - "categories:performance": ["error", { "minScore": 0.90 }], - "categories:accessibility": ["error", { "minScore": 0.95 }], - "categories:best-practices": ["error", { "minScore": 0.90 }], + "categories:performance": ["error", { "minScore": 0.80 }], + "categories:accessibility": ["error", { "minScore": 0.85 }], + "categories:best-practices": ["error", { "minScore": 0.75 }], "categories:seo": ["error", { "minScore": 0.95 }] } } From 3a0d0257a05f492237706ef7ebe6f98cc54238e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Thu, 10 Apr 2025 09:28:21 +0100 Subject: [PATCH 2/2] Ignore oracle.com --- .github/workflows/validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b5dd14b5..3890abd3 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -92,6 +92,7 @@ jobs: --check-links-ignore "https://github.com/[^/]+/?$" \ --check-links-ignore "https://sloan.org" \ --check-links-ignore "https://www.bloomberg.com" \ + --check-links-ignore "https://www.oracle.com" \ --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" lighthouse: