Skip to content

Use github actions to check links for authors not logged into vercel #1

Use github actions to check links for authors not logged into vercel

Use github actions to check links for authors not logged into vercel #1

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
- run: node validate_links.js