Skip to content

✨ Refactor Contact and Portfolio components for improved structure an… #4362

✨ Refactor Contact and Portfolio components for improved structure an…

✨ Refactor Contact and Portfolio components for improved structure an… #4362

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
- name: Lint 🔍
run: bun run lint
- name: Check 🧪
run: bun run check
- name: Build 🔧
uses: withastro/action@v5