this repo has no description

Never trust a PR to your CI without testing it

+1
+1
.github/workflows/types.yml
··· 17 17 with: 18 18 node-version: 22 19 19 cache: pnpm 20 + registry-url: https://registry.npmjs.org 20 21 21 22 - name: Install dependencies 22 23 run: pnpm install --frozen-lockfile