mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-27 10:40:10 +00:00
Compare commits
2 commits
f2d7c2de1a
...
c7b8d9cce9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7b8d9cce9 | ||
|
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: lycheeverse/lychee-action@v2.0.2
|
|
||||||
|
- name: Run lychee link checker
|
||||||
|
uses: lycheeverse/lychee-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
args: --verbose README.md
|
args: >
|
||||||
|
--verbose
|
||||||
|
--retry-wait-time 10
|
||||||
|
--max-retries 3
|
||||||
|
--user-agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
|
||||||
|
README.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue