Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

WIP: refactor 3 crates into 1 single crate and refactor tests and signature process for sendRawTransaction #307

WIP: refactor 3 crates into 1 single crate and refactor tests and signature process for sendRawTransaction

WIP: refactor 3 crates into 1 single crate and refactor tests and signature process for sendRawTransaction #307

Workflow file for this run

---
name: Workflow - Pull Request
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spell_check:
name: Spell check
uses: ./.github/workflows/spell_check.yml
tests:
name: Rust tests
uses: ./.github/workflows/test.yml