Skip to content

✨ Refactor services and contact sections for improved structure and r… #4359

✨ Refactor services and contact sections for improved structure and r…

✨ Refactor services and contact sections for improved structure and r… #4359

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint 🔍
run: bun run lint
- name: Build 🔧
run: bun run build