Skip to content

Merge pull request #1021 from ethereum-optimism/vee-identity-doc #2445

Merge pull request #1021 from ethereum-optimism/vee-identity-doc

Merge pull request #1021 from ethereum-optimism/vee-identity-doc #2445

Workflow file for this run

name: Check for Dead Links
on: [push, pull_request]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Check Links
run: yarn check-md