Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1781 Cache link checker results for up to one day
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 8, 2022
1 parent 104f29e commit cddaeba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.ref_name }}

- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1
args: --cache --max-cache-age 1d --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1

0 comments on commit cddaeba

Please sign in to comment.