Commit 6c643be4 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6211 from...

Merge pull request #6211 from ethereum-optimism/06-29-fix_bedrock-markdown-links_pnpm_not_found_error

fix: bedrock-markdown-links pnpm not found error
parents 2b63f672 534e8eec
......@@ -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