Skip to content

Commit

Permalink
hopefully last ci commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo authored Sep 7, 2024
1 parent 431444b commit 39e3712
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
run: |
npm install -g @lhci/[email protected]
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
8 changes: 8 additions & 0 deletions .lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
},
"upload": {
"target": "temporary-public-storage"
},
"assert": {
"assertions": {
"categories:performance": ["warn", {"minScore": 0.95}],
"categories:accessibility": ["error", {"minScore": 1}],
"categories:best-practices": ["error", {"minScore": 1}],
"categories:seo": ["error", {"minScore": 1}]
}
}
}
}

0 comments on commit 39e3712

Please sign in to comment.