Skip to content

refacto: tx and block hash (#136) #104

refacto: tx and block hash (#136)

refacto: tx and block hash (#136) #104

Workflow file for this run

---
name: Workflow - Push
on:
workflow_dispatch:
push:
branches: [main]
jobs:
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
rust_check:
name: Run check
uses: ./.github/workflows/rust-check.yml
linters_cargo:
name: Run Cargo linters
uses: ./.github/workflows/linters-cargo.yml
needs: rust_check
rust_test:
name: Run Cargo tests
uses: ./.github/workflows/rust-test.yml
needs: rust_check