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 }] } } 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: