File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ concurrency:
18
18
19
19
permissions : read-all
20
20
21
+ env :
22
+ # renovate: datasource=github-releases depName=tcort/markdown-link-check
23
+ MD_LINK_CHECK_VERSION : " 3.12.2"
24
+
21
25
jobs :
22
26
changelog :
23
27
runs-on : ubuntu-latest
78
82
- name : Render .chloggen changelog entries
79
83
run : make chlog-preview > changelog_preview.md
80
84
- name : Install markdown-link-check
81
- run : npm ci
85
+ run : npm install -g markdown-link-check@${{ env.MD_LINK_CHECK_VERSION }}
82
86
- name : Run markdown-link-check
83
87
run : |
84
88
npx --no -- markdown-link-check \
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ concurrency:
12
12
13
13
permissions : read-all
14
14
15
+ env :
16
+ # renovate: datasource=github-releases depName=tcort/markdown-link-check
17
+ MD_LINK_CHECK_VERSION : " 3.12.2"
18
+
15
19
jobs :
16
20
changedfiles :
17
21
name : changed files
46
50
fetch-depth : 0
47
51
48
52
- name : Install markdown-link-check
49
- run : npm ci
53
+ run : npm install -g markdown-link-check@${{ env.MD_LINK_CHECK_VERSION }}
50
54
51
55
- name : Run markdown-link-check
52
56
run : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments