Commit 534e8eec authored by Will Cory's avatar Will Cory

fix: bedrock-markdown-links pnpm not found error

parent e441f6dc
......@@ -685,6 +685,10 @@ jobs:
image: ubuntu-2204:2022.07.1
steps:
- checkout
- run:
name: Install pnpm package manager
command: |
npm i pnpm --global
- 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