ci: add conformance step after lint

This commit is contained in:
2026-05-12 23:58:20 +02:00
parent dfd6e1c3cc
commit 132ebc689f

View File

@@ -49,6 +49,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm conformance
- run: pnpm turbo boundaries
- name: Test with coverage
env: