Skip to content

feat(gnokey): Print out the transaction hash when maketx executes successfully #5184

feat(gnokey): Print out the transaction hash when maketx executes successfully

feat(gnokey): Print out the transaction hash when maketx executes successfully #5184

Workflow file for this run

name: tm2
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
paths:
- "tm2/**"
- "go.*" # check on go.mod/sum update
- ".github/**"
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "tm2"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}