File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,13 @@ jobs:
166166 runs-on : ubuntu-latest
167167 steps :
168168 - uses : actions/checkout@v4
169- - name : Link Checker
170- uses : peter-evans/link-checker@v1
169+ - name : Restore lychee cache
170+ uses : actions/cache@v4
171171 with :
172- args : -v -r *.md
173- - name : Fail if there were link errors
174- run : exit ${{ steps.lc.outputs.exit_code }}
172+ path : .lycheecache
173+ key : cache-lychee-${{ github.sha }}
174+ restore-keys : cache-lychee-
175+ - name : Run lychee
176+ uses : lycheeverse/lychee-action@v2
177+ with :
178+ args : " --base . --cache --max-cache-age 1d --max-concurrency 1 ."
Original file line number Diff line number Diff line change 1111
1212# build artifacts
1313cryptoki-sys /pkcs11-precompile.h
14+
15+ # link checker
16+ .lycheecache
You can’t perform that action at this time.
0 commit comments