We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296ad23 commit fc75a20Copy full SHA for fc75a20
.github/workflows/lighthouse.yml
@@ -10,7 +10,7 @@ jobs:
10
node-version: 22.x
11
- run: npm ci
12
- run: npm run build --if-present
13
- - name: Run Lighthouse against a static dist dir
+ - name: Run Lighthouse against a static dist dir.
14
uses: treosh/lighthouse-ci-action@v11
15
with:
16
configPath: "./lighthouserc.json"
0 commit comments