Skip to content

Commit

Permalink
lower parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 25, 2024
1 parent 3600088 commit 859d0c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ name: Links (Fail Fast)

on:
push:
pull_request:
workflow_dispatch:


jobs:
lint:
name: pre-commit
name: links-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ exclude_all_private = true
accept = ["200", "429"]
# retry
max_retries = 6
retry_wait_time = 10
max_concurrency = 10
# Explicitly exclude some URLs
exclude = [
"^file:",
Expand Down

0 comments on commit 859d0c4

Please sign in to comment.