Skip to content

Update RPCs with what API is supported and more links and auth info #281

Update RPCs with what API is supported and more links and auth info

Update RPCs with what API is supported and more links and auth info #281

name: Check external links
on:
pull_request:
branches: [ main, staging, production ]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md'
fail: true