Skip to content

Add Lighthouse config #3

Add Lighthouse config

Add Lighthouse config #3

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: |
bundle install
bundle exec jekyll build
- name: run Lighthouse CI
with:
configPath: ".github/lighthouse/lighthouserc.js"
run: |

Check failure on line 21 in .github/workflows/lighthouse.yml

View workflow run for this annotation

GitHub Actions / Lighthouse CI

Invalid workflow file

The workflow is not valid. .github/workflows/lighthouse.yml (Line: 21, Col: 9): Unexpected value 'run' .github/workflows/lighthouse.yml (Line: 18, Col: 9): Required property is missing: uses
npm install -g @lhci/[email protected]
lhci autorun