* chore(release): v5.1.0

* feat: implement resume thumbnails

* fix: remove unused mcp tools

* docs: fix formatting of docs
This commit is contained in:
Amruth Pillai
2026-05-07 15:12:33 +02:00
committed by GitHub
parent 51c366310e
commit 50ba37a27f
1015 changed files with 106087 additions and 141872 deletions
+15 -9
View File
@@ -19,20 +19,26 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
- name: Install pnpm
uses: pnpm/action-setup@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: "24"
cache: true
node-version: "lts/*"
cache: "pnpm"
- name: Install Dependencies
run: vp install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Run Tests
run: vp test
- name: Remove Unused Dependencies
run: pnpm knip --fix
- name: Run Lint and Format
run: vp check --fix
- name: Lint and Format
run: pnpm check
- name: Extract Translations
run: pnpm lingui:extract
- name: Autofix
uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8