Skip to content

Merge pull request #525 from AcreetionOS-Code/fix/ai-guardian-2026052… #1295

Merge pull request #525 from AcreetionOS-Code/fix/ai-guardian-2026052…

Merge pull request #525 from AcreetionOS-Code/fix/ai-guardian-2026052… #1295

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Lighthouse CI
run: |
npm install -g @lhci/cli@0.12.x
- name: Run Lighthouse CI
run: |
lhci autorun --collect.staticDistDir=. --collect.url=http://localhost:8080/index.html --collect.url=http://localhost:8080/blog.html --collect.url=http://localhost:8080/git-tracker.html --upload.target=temporary-public-storage