Przeglądaj źródła

build: add ci step to analyze project with knip

satnaing 1 rok temu
rodzic
commit
75cdad4d4f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -31,6 +31,9 @@ jobs:
       - name: Lint the code
         run: pnpm lint
 
+      - name: Analyze unused files and dependencies
+        run: pnpm knip
+
       - name: Run Prettier check
         run: pnpm format:check