File tree 4 files changed +5
-147
lines changed
4 files changed +5
-147
lines changed Original file line number Diff line number Diff line change 19
19
node-version : 20.16.0
20
20
# See https://github.com/actions/setup-node#caching-global-packages-data
21
21
cache : " pnpm"
22
- cache-dependency-path : ${{ inputs.directory }}/pnpm-lock.yaml
22
+ cache-dependency-path : |
23
+ pnpm-lock.yaml
24
+ ${{ inputs.directory }}/pnpm-lock.yaml
23
25
24
26
- name : Install root node_modules
25
27
shell : bash
Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ jobs:
42
42
# Check links with lychee (faster and more robust than linkspector)
43
43
- name : Check Markdown links
44
44
id : lychee
45
- uses : lycheeverse/lychee-action@v1.8 .0
45
+ uses : lycheeverse/lychee-action@v1.9 .0
46
46
with :
47
47
args : >-
48
48
--verbose
49
49
--no-progress
50
50
--exclude-mail
51
51
--exclude-loopback
52
52
--exclude-private
53
- --ignore-file=.github/docs/.lycheeignore
54
53
'./docs/**/*.md'
54
+ ignore-file : .github/docs/.lycheeignore
55
55
format : json
56
56
output : ./lychee-result.json
57
57
fail : false
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments