Skip to content

fix: main page what is sunrise link #8

fix: main page what is sunrise link

fix: main page what is sunrise link #8

Workflow file for this run

on: [push]
name: Build project
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Build project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build