Skip to content

feat: enhance footer and MDX components with fluid layout and typogra… #126

feat: enhance footer and MDX components with fluid layout and typogra…

feat: enhance footer and MDX components with fluid layout and typogra… #126

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v4
# Use Bun
- name: Use Bun
uses: oven-sh/setup-bun@v2
# with:
# bun-version: 1.1.38
# Install
- name: Install
# the prebuild install step is needed only in CI no idea why
run: bun install -g prebuild-install && bun install
# Build
- name: Build
run: bun run build