Skip to content

staking: use cosmos staking module #6

staking: use cosmos staking module

staking: use cosmos staking module #6

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- main
- release/**
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: "main"
config-file: "mlc_config.json"