Skip to content

Add CI test, update contact links, and fix hero carousel breakpoints #57

Add CI test, update contact links, and fix hero carousel breakpoints

Add CI test, update contact links, and fix hero carousel breakpoints #57

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
ci:
name: Lint, Format & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Biome check
run: pnpm biome ci .
- name: Run tests
run: pnpm test