Skip to content

feat(landing,docs): i18n foundation, content de-dup, and de/it/fr/es #21

feat(landing,docs): i18n foundation, content de-dup, and de/it/fr/es

feat(landing,docs): i18n foundation, content de-dup, and de/it/fr/es #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 24.18.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm -r build
- name: Check
run: pnpm -r check