Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit acc8149

Browse files
committed
ci: add lhci assertions
1 parent ccee907 commit acc8149

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deno.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ jobs:
7878
${{ steps.deno-deploy.outputs.url }}solutions/geothermal/environment/
7979
${{ steps.deno-deploy.outputs.url }}calculator/
8080
uploadArtifacts: true
81+
configPath: lighthouserc.json

lighthouserc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://gist.githubusercontent.com/jfhr/181123d7acc87ea329be3700d9c37594/raw/9dafefb638f8ff0660930cc48debefa1dfcd87ca/lighthouserc.schema.json",
3+
"ci": {
4+
"assert": {
5+
"preset": "lighthouse:recommended"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)