We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d9180 commit cf6c9edCopy full SHA for cf6c9ed
1 file changed
.github/workflows/check-md-links.yml
@@ -6,8 +6,17 @@ jobs:
6
check-md-links:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Clone @api3/data-feed-proxy-combinators
+ - name: Clone @api3/dcomp
10
uses: actions/checkout@v6
11
+ - name: Install pnpm
12
+ uses: pnpm/action-setup@v4
13
+ - name: Setup Node
14
+ uses: actions/setup-node@v6
15
+ with:
16
+ node-version: 24
17
+ cache: 'pnpm'
18
+ - name: Install dependencies
19
+ run: pnpm install
20
- name: Check Markdown links
21
uses: umbrelladocs/action-linkspector@v1
22
with:
0 commit comments