Skip to content

Improve lighthouse score #80

Improve lighthouse score

Improve lighthouse score #80

Workflow file for this run

name: Unit
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test-unit
env:
CI: true