Skip to content

payments: remove erc20next driver mentions, renamed to erc20 #656

payments: remove erc20next driver mentions, renamed to erc20

payments: remove erc20next driver mentions, renamed to erc20 #656

Workflow file for this run

name: Validate local links in the docs
on:
pull_request: # This triggers the action on all PRs
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm i
- run: VERCEL=true node validate_links.js