feat(frontend): enable knip (#31)

* feat(frontend): enable `knip`

* fix: remove stages barrel file
This commit is contained in:
Marco Pasqualetti
2026-01-24 15:30:39 +01:00
committed by GitHub
parent 90490046bb
commit 2871309af3
31 changed files with 78 additions and 448 deletions
+6
View File
@@ -57,6 +57,12 @@ jobs:
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
# needed to resolve .vercel folder from apps/frontend/src/components/Card/SVG.js
- name: Run vercel-preparation.sh
run: |
chmod +x ./vercel-preparation.sh
./vercel-preparation.sh
- name: Format
run: pnpm run format:check