diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7d2df..223143d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,13 +21,18 @@ jobs: - name: Install run: npm ci - - name: Typecheck (non-blocking — repo has known debt) - continue-on-error: true + - name: Typecheck run: npm run typecheck - name: Build run: npm run build + - name: Tracking check + run: npm run tracking:check + + - name: Image budget + run: npm run image:budget + - name: Notify ntfy on failure if: failure() run: |