Skip to content

Outbound feature docs added #12

Outbound feature docs added

Outbound feature docs added #12

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