[DRAFT] CI: Trigger pipeline (lint/type/test/build/preview/budgets) #1

Merged
Nicholai merged 19 commits from ci-run-20250918-2021 into main 2025-10-06 10:46:23 +00:00
Showing only changes of commit 082f1cba53 - Show all commits

View File

@ -33,6 +33,11 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Ensure CI dev deps present (fallback)
run: |
# Workaround when package-lock is stale vs package.json
npm i --no-save eslint@^8.57.0 eslint-config-next@14.2.16 @vitest/coverage-v8@^3.2.4 || true
- name: Lint
run: npm run ci:lint