Remove duplicate type-check step from lint workflow (#2842)

This commit is contained in:
Paweł Kuna
2026-08-10 21:19:32 +02:00
committed by GitHub
parent 78b9728fb4
commit c02b2adcf2
-3
View File
@@ -27,6 +27,3 @@ jobs:
- name: Lint
run: pnpm run lint
- name: Type Check
run: pnpm run type-check