Skip to content

feat: Add .auto-claude-security.json and update .auto-claude-status a… #12

feat: Add .auto-claude-security.json and update .auto-claude-status a…

feat: Add .auto-claude-security.json and update .auto-claude-status a… #12

Workflow file for this run

name: Lighthouse CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lighthouse:
name: Lighthouse CI Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build website
run: bun run build
- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@v12
with:
configPath: ./lighthouserc.js
uploadArtifacts: true
temporaryPublicStorage: true