Skip to content

fixed scroll on "about us" section #147

fixed scroll on "about us" section

fixed scroll on "about us" section #147

on:
push:
branches-ignore:
- main
pull_request:
name: Build-App
jobs:
build:
name: build-app
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build app
run: bun run build