Skip to content

feat(homepage): add interactive globe background and terminal showcase #124

feat(homepage): add interactive globe background and terminal showcase

feat(homepage): add interactive globe background and terminal showcase #124

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 10.33.0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm --filter @tinyrack/devsync build
- name: Run validation
run: pnpm --filter @tinyrack/devsync check