Skip to content

Commit 9180980

Browse files
committed
fix(actions): lychee toml error
1 parent 313acc4 commit 9180980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verbose = "info"
44
no_progress = true
55
cache = true
66
max_cache_age = "2d"
7-
cache_exclude_status = "..100, 403, 429, 500.."
7+
cache_exclude_status = ["..100", "403", "429", "500.."]
88
timeout = 30
99
retry_wait_time = 2
1010
max_retries = 3

0 commit comments

Comments
 (0)