Skip to content

Fixes title natspec comment on KHYPEApi3ReaderProxyV1 #152

Fixes title natspec comment on KHYPEApi3ReaderProxyV1

Fixes title natspec comment on KHYPEApi3ReaderProxyV1 #152

Workflow file for this run

name: Check Markdown links
on: push
jobs:
check-md-links:
runs-on: ubuntu-latest
steps:
- name: Clone @api3/data-feed-proxy-combinators
uses: actions/checkout@v5
- name: Check Markdown links
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
config_file: .github/config/linkspector.yml
fail_on_error: true