Skip to content

Feat : Trace_transaction RPC call implementation #8

Feat : Trace_transaction RPC call implementation

Feat : Trace_transaction RPC call implementation #8

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
changelog:
name: Enforce CHANGELOG
uses: ./.github/workflows/changelog.yml
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
needs: changelog
rust_check:
name: Run check
uses: ./.github/workflows/rust-check.yml
needs: changelog
linters_cargo:
name: Run Cargo linters
uses: ./.github/workflows/linters-cargo.yml
needs: rust_check