Commit 6c19d7f1 authored by Will Cory's avatar Will Cory Committed by GitHub

fix: Fix bedrock markdown links checker (#6237)

Co-authored-by: default avatarWill Cory <willcory@Wills-MacBook-Pro.local>
parent 6e414ce0
......@@ -689,6 +689,10 @@ jobs:
name: Install pnpm package manager
command: |
npm i pnpm --global
- run:
name: Install node_modules
command: |
pnpm install
- run:
name: Lint check
command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment