Skip to content

feat(board): live all-time board + rank movement computation (#103) #917

feat(board): live all-time board + rank movement computation (#103)

feat(board): live all-time board + rank movement computation (#103) #917

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly — catches regressions between releases.
- cron: "30 6 * * 1"
permissions:
contents: read
pull-requests: write
jobs:
lighthouse:
name: Lighthouse audit (live site)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@512cc908a55bfb0ad231facca52adf3d3a651df4 # v12
with:
configPath: ./lighthouserc.json
uploadArtifacts: true
temporaryPublicStorage: true
- name: Upload Lighthouse report
if: always()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: lighthouse-report
path: .lighthouseci/
retention-days: 14