Skip to content

feat: generate sitemap dynamically from menu data #3

feat: generate sitemap dynamically from menu data

feat: generate sitemap dynamically from menu data #3

Workflow file for this run

name: Code Style Validation
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 24
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm run lint