Skip to content

fix: return null in MinerGetBaseInfo if miner hasn't been around fo… #17345

fix: return null in MinerGetBaseInfo if miner hasn't been around fo…

fix: return null in MinerGetBaseInfo if miner hasn't been around fo… #17345

Workflow file for this run

name: Docs
# Cancel workflow if there is a new change to the branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
on:
push:
branches:
- main
paths:
- '**.md'
merge_group:
pull_request:
branches:
- main
paths:
- '**.md'
jobs:
check-docs:
name: Markdown Lint
runs-on: ubuntu-24.04
steps:
- name: Lint Markdown
uses: actions/checkout@v4
run: make md-check
- name: Link Checker (Repo Readme)
uses: lycheeverse/lychee-action@v1.10.0
with:
args: '*.md .github/*.md .github/**/*.md .config/*.md'
# Fail action on broken links
fail: true