Skip to content

Update indexer4explorer.md #2531

Update indexer4explorer.md

Update indexer4explorer.md #2531

Workflow file for this run

name: Check Markdown links
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
push:
branches:
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: 'website/mlc_config.json'
folder-path: 'docs, website/near-api-js_versioned_docs, website/near-sdk-js_versioned_docs'