mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-18 07:53:06 +00:00
Update Link Checker
This commit is contained in:
parent
f2d7c2de1a
commit
67a8c9d80a
1 changed files with 9 additions and 2 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -10,6 +10,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: lycheeverse/lychee-action@v2.0.2
|
||||
|
||||
- name: Run lychee link checker
|
||||
uses: lycheeverse/lychee-action@v2.0.2
|
||||
continue-on-error: true
|
||||
with:
|
||||
args: --verbose README.md
|
||||
args: >
|
||||
--verbose
|
||||
--retry-wait-time 10
|
||||
--max-retries 3
|
||||
README.md
|
||||
|
|
Loading…
Reference in a new issue