Skip to content

Merge pull request #28 from WolfGamer2/patch-1 #56

Merge pull request #28 from WolfGamer2/patch-1

Merge pull request #28 from WolfGamer2/patch-1 #56

Workflow file for this run

name: Lighthouse
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: bun install, build
run: |
bun install
bun run build
- name: run Lighthouse CI
run: |
bun install -g @lhci/[email protected]
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}