Skip to content

Sync leaf config description #90

Sync leaf config description

Sync leaf config description #90

Workflow file for this run

name: Build Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build application
run: pnpm build
env:
NUXT_PUBLIC_COMMIT_HASH: ${{ github.sha }}