Add shared types check in CI (#195)

* add check shared types check in CI

* regenerate shared types
This commit is contained in:
Anastasiia Solop
2025-07-15 18:35:02 +02:00
committed by GitHub
parent 5697cead32
commit 2aac31ac98
11 changed files with 84 additions and 63 deletions

View File

@@ -2,7 +2,7 @@ name: Test
on:
pull_request:
branches: [main]
branches: [ main ]
workflow_dispatch:
concurrency:
@@ -58,5 +58,6 @@ jobs:
- name: Checks
run: |
cargo fmt --all -- --check
npm run generate-types:check
cargo test --workspace
cargo clippy --all --all-targets --all-features -- -D warnings