Skip to content

Dis 32 landing page footer-mark #33

Dis 32 landing page footer-mark

Dis 32 landing page footer-mark #33

Workflow file for this run

name: CI - Frontend (pnpm)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: 🧾 Checkout code
uses: actions/checkout@v3
- name: 🔧 Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: 📥 Install pnpm
run: npm install -g pnpm
- name: 📦 Install dependencies
run: pnpm install
- name: ✅ Lint
run: pnpm run lint
- name: 🏗️ Build
run: pnpm run build