Skip to content

create-testnet-data: use the same k for byron and shelley geneses #5747

create-testnet-data: use the same k for byron and shelley geneses

create-testnet-data: use the same k for byron and shelley geneses #5747

name: Check Markdown links
on:
merge_group:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cat <<EOF > mlc_config.json
{
"retryOn429": true,
}
EOF
- uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # 1.1.0
with:
use-quiet-mode: yes
config-file: 'mlc_config.json'