Skip to content

Fixes #5690 - added margin b/w 2 sections in the page "solutions/gitops" (mobile view) #3872

Fixes #5690 - added margin b/w 2 sections in the page "solutions/gitops" (mobile view)

Fixes #5690 - added margin b/w 2 sections in the page "solutions/gitops" (mobile view) #3872

Workflow file for this run

name: lighthouseci
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "*.md"
- "*.github/**"
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 19
- run: npm install && npm install -g @lhci/[email protected]
- run: CI=false npm run build
- run: lhci collect --config=.desktop-lighthouserc.js
- run: lhci assert --config=.desktop-lighthouserc.js
- run: lhci upload
- run: lhci autorun